From: Paul Mackerras Date: Wed, 30 Apr 1997 05:49:29 +0000 (+0000) Subject: use shadow password stuff X-Git-Tag: RELEASE_2_3_6~207 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=98516bb41580f3d34d750165e9a65289bc5ad248 use shadow password stuff --- diff --git a/pppd/Makefile.svr4 b/pppd/Makefile.svr4 index fb6b0b6..0acd9bc 100644 --- a/pppd/Makefile.svr4 +++ b/pppd/Makefile.svr4 @@ -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