update for HEAD-2003091401
[reactos.git] / apps / tests / terminate / Makefile
diff --git a/apps/tests/terminate/Makefile b/apps/tests/terminate/Makefile
new file mode 100644 (file)
index 0000000..19f4b4b
--- /dev/null
@@ -0,0 +1,19 @@
+# $Id$
+
+PATH_TO_TOP = ../../..
+
+TARGET_NORC = yes
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = console
+
+TARGET_NAME = terminate
+
+TARGET_OBJECTS = $(TARGET_NAME).o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF