# Makefile for bsd/lib/libc/i386.

CC	= false
ARCH	= eniac
MAKE	= exec make -$(MAKEFLAGS) CC=$(CC) ARCH=$(ARCH)

all:
	cd minix && $(MAKE)
