]> git.ozlabs.org Git - ppp.git/blobdiff - svr4/Makedefs
Remove files that don't go into releases
[ppp.git] / svr4 / Makedefs
diff --git a/svr4/Makedefs b/svr4/Makedefs
deleted file mode 100644 (file)
index 81db8ab..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# defines common to several Makefiles
-#
-
-INSTALL= /usr/sbin/install
-
-BINDIR = /usr/local/bin
-MANDIR = /usr/local/man
-ETCDIR = /etc/ppp
-
-COPTS = -O -Xa
-
-# For compiling with gcc, comment out the COPTS definition above and
-# uncomment the next 2 definitions.
-#CC = gcc
-#COPTS = -O2