# Makefile for lib/ack/mach/minix.i86.

# Note: This Makefile doesn't produce much more than is needed to link the
# Boot Monitor.

# Compiler and architecture are known.
CC	= acc
ARCH	= i86
MAKE	= exec make -$(MAKEFLAGS)

all:
	false	# Can only make the bootstrap library.

bootstrap:
	cd ../$(ARCH) && $(MAKE) CC=$(CC) ARCH=$(ARCH)
	cd ../../.. && $(MAKE) CC=$(CC) ARCH=$(ARCH) bootstrap

# $PchId: Makefile,v 1.3 1996/02/23 07:05:02 philip Exp $
