]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.svr4
fixes for mtu setting on SVR4; add filtering stuff
[ppp.git] / pppd / Makefile.svr4
index 634f473fc4fef5f7fe602ce6006ab068c2233403..fb6b0b6a672c5b5b849dfa43b58dfa6b14e5d0e9 100644 (file)
@@ -1,19 +1,19 @@
 #
 # Makefile for pppd under Solaris 2.
-# $Id: Makefile.svr4,v 1.8 1996/08/28 06:38:18 paulus Exp $
+# $Id: Makefile.svr4,v 1.10 1996/09/26 06:16:16 paulus Exp $
 #
 
 BINDIR = /usr/local/bin
 MANDIR = /usr/local/man
 
-COPTS = -g -O -Xa -w
+COPTS = -O -Xa -w
 
 # If you want to use gcc...
 #CC = gcc
-#COPTS = -g -O2
+#COPTS = -O2
 
-CFLAGS = $(COPTS) -I.. -DSVR4
-LIBS = -lsocket -lnsl
+CFLAGS = -DSVR4 -I.. $(COPTS)
+LIBS = -lsocket -lnsl -lc -L/usr/ucblib -lucb
 
 INSTALL = /usr/sbin/install