# Makefile for the sys/cmd commands.

MAKE	= exec make -$(MAKEFLAGS)

install clean:
	cd boot && $(MAKE) $@
	cd de && $(MAKE) $@
	cd simple && $(MAKE) $@

#
# $PchId: Makefile,v 1.3 1995/11/27 22:26:47 philip Exp $
