]> git.ozlabs.org Git - ppp.git/blobdiff - svr4/Makedefs
Removed '-w' cc flag, since it practically disables all warnings. This
[ppp.git] / svr4 / Makedefs
index 5a0dc1133dcd511e61072cfa28c48f912b7ca3b0..81db8ab2e83cbb561599bc1e6dd7310173901e30 100644 (file)
@@ -4,13 +4,11 @@
 
 INSTALL= /usr/sbin/install
 
-#BINDIR = /usr/local/bin
-#MANDIR = /usr/local/man
-BINDIR = /data/paulus/bin
-MANDIR = /data/paulus/man
+BINDIR = /usr/local/bin
+MANDIR = /usr/local/man
 ETCDIR = /etc/ppp
 
-COPTS = -O -Xa -w
+COPTS = -O -Xa
 
 # For compiling with gcc, comment out the COPTS definition above and
 # uncomment the next 2 definitions.