]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.svr4
mods to get it to compile better on linux
[ppp.git] / pppd / Makefile.svr4
index fb6b0b6a672c5b5b849dfa43b58dfa6b14e5d0e9..0acd9bc6e545122a538a0e901f9a5f1c517035ad 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile for pppd under Solaris 2.
-# $Id: Makefile.svr4,v 1.10 1996/09/26 06:16:16 paulus Exp $
+# $Id: Makefile.svr4,v 1.11 1997/04/30 05:49:29 paulus Exp $
 #
 
 BINDIR = /usr/local/bin
@@ -12,7 +12,7 @@ COPTS = -O -Xa -w
 #CC = gcc
 #COPTS = -O2
 
-CFLAGS = -DSVR4 -I.. $(COPTS)
+CFLAGS = -DSVR4 -DHAS_SHADOW -I.. $(COPTS)
 LIBS = -lsocket -lnsl -lc -L/usr/ucblib -lucb
 
 INSTALL = /usr/sbin/install