* Remove arp, finger, ipconfig, netstat, ping, telnet, and whois; Moved to reactos.
[reactos.git] / rosapps / net / whois / makefile
diff --git a/rosapps/net/whois/makefile b/rosapps/net/whois/makefile
deleted file mode 100644 (file)
index f43684b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-PATH_TO_TOP=../../../reactos
-
-TARGET_TYPE = program
-
-TARGET_APPTYPE = console
-
-TARGET_NAME = whois
-
-TARGET_SDKLIBS = ws2_32.a
-
-TARGET_OBJECTS = $(TARGET_NAME).o
-
-TARGET_GCCLIBS = iberty
-
-include $(PATH_TO_TOP)/rules.mak
-
-include $(TOOLS_PATH)/helper.mk
-
-# EOF