]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sol2
use shadow password stuff
[ppp.git] / pppd / Makefile.sol2
index fa52c8ec2507be09ed4bd3b2c45dd15d33cbd2c9..85ab42aab50c24957dec70146c0c2e21f5e7ce9f 100644 (file)
@@ -1,19 +1,19 @@
 #
 # Makefile for pppd under Solaris 2.
-# $Id: Makefile.sol2,v 1.6 1996/05/28 00:54:22 paulus Exp $
+# $Id: Makefile.sol2,v 1.8 1996/09/26 06:16:15 paulus Exp $
 #
 
 BINDIR = /usr/local/bin
 MANDIR = /usr/local/man
 
-CC = gcc
-COPTS = -g -O2
-LIBS = -lsocket -lnsl
+COPTS = -O -Xa -w
 
-# For Sun cc
-#COPTS = -g -O -Xa -w
+# If you want to use gcc...
+#CC = gcc
+#COPTS = -O2
 
-CFLAGS = $(COPTS) -I.. -DSVR4
+CFLAGS = -DSVR4 -I.. $(COPTS)
+LIBS = -lsocket -lnsl
 
 INSTALL = /usr/sbin/install