Remove old makefiles
[reactos.git] / reactos / apps / utils / ps / makefile
diff --git a/reactos/apps/utils/ps/makefile b/reactos/apps/utils/ps/makefile
deleted file mode 100644 (file)
index 46c3601..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# 
-
-PATH_TO_TOP = ../../..
-
-TARGET_NORC = yes
-
-TARGET_TYPE = program
-
-TARGET_APPTYPE = console
-
-TARGET_NAME = ps
-
-TARGET_CFLAGS = -D__USE_W32API -DANONYMOUSUNIONS -Werror -Wall
-
-TARGET_SDKLIBS = ntdll.a kernel32.a user32.a
-
-TARGET_OBJECTS = $(TARGET_NAME).o
-
-include $(PATH_TO_TOP)/rules.mak
-
-include $(TOOLS_PATH)/helper.mk
-
-# EOF