]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sunos4
tweaks to Makefiles - use cc, suppress warnings
[ppp.git] / pppd / Makefile.sunos4
index d4dcc03830ef7f54723d1ac8cbf5e7fd82f6cbfd..4490aab6f09f1f333f682b7e581ecbfcdb87eac5 100644 (file)
@@ -1,13 +1,15 @@
 #
 # Makefile for pppd under SunOS 4.
-# $Id: Makefile.sunos4,v 1.1 1995/10/27 03:53:59 paulus Exp $
+# $Id: Makefile.sunos4,v 1.2 1995/12/19 02:06:19 paulus Exp $
 #
 
 BINDIR = /usr/local/etc
 MANDIR = /usr/local/man
 
-CC = gcc
-COPTS = -g -O2
+#CC = gcc
+#COPTS = -g -O2
+COPTS = -O
+
 CFLAGS = $(COPTS) -I..
 
 INSTALL = install -o root -g daemon