summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index d3c5e2d..67cff18 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,14 +1,14 @@
-# $Id: Makefile,v 1.31 1997/11/18 14:52:03 brian Exp $
+# $Id: Makefile,v 1.32 1997/11/22 03:37:21 brian Exp $
PROG= ppp
-SRCS= arp.c async.c auth.c ccp.c chap.c chat.c \
- command.c defs.c filter.c fsm.c hdlc.c id.c ip.c ipcp.c lcp.c \
+SRCS= arp.c async.c auth.c ccp.c chap.c chat.c command.c deflate.c \
+ defs.c filter.c fsm.c hdlc.c id.c ip.c ipcp.c lcp.c \
log.c lqr.c main.c mbuf.c modem.c os.c pap.c phase.c \
pred.c route.c server.c sig.c slcompress.c systems.c throughput.c \
timer.c tun.c vars.c vjcomp.c
CFLAGS+=-Wall
-LDADD+= -lmd -lcrypt -lutil
-DPADD+= ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
+LDADD+= -lmd -lcrypt -lutil -lz
+DPADD+= ${LIBMD} ${LIBCRYPT} ${LIBUTIL} ${LIBZ}
MAN8= ppp.8
BINMODE=4550
BINOWN= root
OpenPOWER on IntegriCloud