Fixed little bug.

svn path=/trunk/; revision=641
This commit is contained in:
Eric Kohl 1999-09-05 12:31:41 +00:00
parent 648c68ff1a
commit fbccd722a1

View file

@ -41,7 +41,7 @@ FS_DRIVERS = vfat
# FS_DRIVERS = minix ext2 template
KERNEL_SERVICES = $(DEVICE_DRIVERS) $(FS_DRIVERS)
APPS = args hello shell test cat bench cmd ntest
APPS = args hello shell test cat bench
# APPS = cmd
all: $(COMPONENTS) $(DLLS) $(SUBSYS) $(LOADERS) $(KERNEL_SERVICES) $(APPS)