diff options
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r-- | usr.sbin/ppp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 696479e3af8c7..d8e1f87eefac6 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.49 1998/10/20 00:19:38 brian Exp $ +# $Id: Makefile,v 1.47 1998/08/31 12:14:31 brian Exp $ PROG= ppp SRCS= arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c command.c \ - datalink.c deflate.c defs.c filter.c fsm.c hdlc.c id.c iface.c ip.c \ + datalink.c deflate.c defs.c filter.c fsm.c hdlc.c id.c ip.c \ ipcp.c iplist.c lcp.c link.c log.c lqr.c main.c mbuf.c modem.c \ mp.c pap.c physical.c pred.c probe.c prompt.c route.c server.c \ sig.c slcompress.c systems.c throughput.c timer.c tun.c vjcomp.c @@ -10,7 +10,6 @@ CFLAGS+=-Wall LDADD+= -lutil -lz DPADD+= ${LIBUTIL} ${LIBZ} BINMODE=4554 -BINOWN= root BINGRP= network MAN8= ppp.8 LDADD+= -lmd -lcrypt |