]> git.ozlabs.org Git - ppp.git/blobdiff - solaris/Makedefs
Repaired handling of multiple mblks on rput side.
[ppp.git] / solaris / Makedefs
index 81db8ab2e83cbb561599bc1e6dd7310173901e30..f5ac9c7bde0b4d59a7371a9590707fe5fed4c39f 100644 (file)
@@ -8,9 +8,5 @@ BINDIR = /usr/local/bin
 MANDIR = /usr/local/man
 ETCDIR = /etc/ppp
 
+CC = /opt/SUNWspro/bin/cc
 COPTS = -O -Xa
-
-# For compiling with gcc, comment out the COPTS definition above and
-# uncomment the next 2 definitions.
-#CC = gcc
-#COPTS = -O2