From 98516bb41580f3d34d750165e9a65289bc5ad248 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 30 Apr 1997 05:49:29 +0000 Subject: [PATCH 1/1] use shadow password stuff --- pppd/Makefile.svr4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2