]> git.ozlabs.org Git - ppp.git/blobdiff - svr4/Makedefs
use Makedefs rather than passing lots of things on make command line
[ppp.git] / svr4 / Makedefs
diff --git a/svr4/Makedefs b/svr4/Makedefs
new file mode 100644 (file)
index 0000000..5a0dc11
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# defines common to several Makefiles
+#
+
+INSTALL= /usr/sbin/install
+
+#BINDIR = /usr/local/bin
+#MANDIR = /usr/local/man
+BINDIR = /data/paulus/bin
+MANDIR = /data/paulus/man
+ETCDIR = /etc/ppp
+
+COPTS = -O -Xa -w
+
+# For compiling with gcc, comment out the COPTS definition above and
+# uncomment the next 2 definitions.
+#CC = gcc
+#COPTS = -O2