From fbccd722a160f7b5bbb90232dc4ab8758d27464c Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 5 Sep 1999 12:31:41 +0000 Subject: [PATCH] Fixed little bug. svn path=/trunk/; revision=641 --- reactos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/Makefile b/reactos/Makefile index 3d2480ba949..264fe72fc6c 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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)