From 878b8024277edfd6fe5e442c8e54edf7e576d6ee Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sat, 14 Sep 1996 05:14:05 +0000 Subject: [PATCH] apparently need ucblib --- pppd/Makefile.svr4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2