]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sunos4
use standard cc by default
[ppp.git] / pppd / Makefile.sunos4
index 98ffb2fab34ad721022393602622035fce0d418a..46de87d939ec1b7ce4f58c450590cf3b64a7689f 100644 (file)
@@ -1,14 +1,15 @@
 #
 # Makefile for pppd under SunOS 4.
-# $Id: Makefile.sunos4,v 1.5 1996/05/28 00:54:23 paulus Exp $
+# $Id: Makefile.sunos4,v 1.6 1996/08/28 06:38:18 paulus Exp $
 #
 
 BINDIR = /usr/local/etc
 MANDIR = /usr/local/man
 
-CC = gcc
-COPTS = -g -O2
-#COPTS = -O
+#CC = gcc
+#COPTS = -g -O2
+
+COPTS = -O
 LIBS =
 
 CFLAGS = $(COPTS) -I.. -DSUNOS4