From: Paul Mackerras Date: Sat, 14 Sep 1996 05:14:05 +0000 (+0000) Subject: apparently need ucblib X-Git-Tag: RELEASE_2_3_6~333 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=878b8024277edfd6fe5e442c8e54edf7e576d6ee apparently need ucblib --- diff --git a/pppd/Makefile.svr4 b/pppd/Makefile.svr4 index 634f473..053526b 100644 --- a/pppd/Makefile.svr4 +++ b/pppd/Makefile.svr4 @@ -1,6 +1,6 @@ # # 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.9 1996/09/14 05:14:05 paulus Exp $ # BINDIR = /usr/local/bin @@ -13,7 +13,7 @@ COPTS = -g -O -Xa -w #COPTS = -g -O2 CFLAGS = $(COPTS) -I.. -DSVR4 -LIBS = -lsocket -lnsl +LIBS = -lsocket -lnsl -lc -L/usr/ucblib -lucb INSTALL = /usr/sbin/install