update for HEAD-2003050101
[reactos.git] / subsys / system / shell / makefile
diff --git a/subsys/system/shell/makefile b/subsys/system/shell/makefile
deleted file mode 100644 (file)
index 5723fc4..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id$
-
-PATH_TO_TOP = ../../..
-
-TARGET_TYPE = program
-
-TARGET_APPTYPE = console
-
-TARGET_NAME = shell
-
-TARGET_INSTALLDIR = system32
-
-TARGET_SDKLIBS = ntdll.a kernel32.a
-
-TARGET_OBJECTS = $(TARGET_NAME).o
-
-include $(PATH_TO_TOP)/rules.mak
-
-include $(TOOLS_PATH)/helper.mk
-
-# EOF