POSIX+ says goodbye and leaves. It used to be fun, now it's just painful
[reactos.git] / posix / lib / Makefile
diff --git a/posix/lib/Makefile b/posix/lib/Makefile
deleted file mode 100644 (file)
index 7a2d21c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Id: Makefile,v 1.1 2002/10/01 20:21:45 ea Exp $
-# posix/lib/Makefile
-#
-PATH_TO_TOP=../../reactos
-
-PATH_TO_PSX_TOP = ../..
-
-all:
-       make -C psxdll psxdll.a
-       make -C psxx   psxx.a
-
-clean:
-       - $(RM) *.a
-
-include $(PATH_TO_TOP)/rules.mak
-
-# EOF