update for HEAD-2003050101
[reactos.git] / subsys / system / format / makefile
old mode 100644 (file)
new mode 100755 (executable)
similarity index 54%
rename from subsys/system/shell/makefile
rename to subsys/system/format/makefile
index 5723fc4..fd7599d
@@ -2,20 +2,19 @@
 
 PATH_TO_TOP = ../../..
 
+TARGET_NORC = yes
+
 TARGET_TYPE = program
 
 TARGET_APPTYPE = console
 
-TARGET_NAME = shell
-
-TARGET_INSTALLDIR = system32
+TARGET_SDKLIBS = ntdll.a fmifs.a
 
-TARGET_SDKLIBS = ntdll.a kernel32.a
+TARGET_NAME = format
 
-TARGET_OBJECTS = $(TARGET_NAME).o
+TARGET_OBJECTS = \
+       $(TARGET_NAME).o
 
 include $(PATH_TO_TOP)/rules.mak
 
 include $(TOOLS_PATH)/helper.mk
-
-# EOF