diff options
author | brian <brian@cvs.openbsd.org> | 1997-12-15 22:49:12 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1997-12-15 22:49:12 +0000 |
commit | 861481c5c477ebd1013df7ee1dbbf53a58c5d873 (patch) | |
tree | 01e7d1d1851662c68057451ba0516aca08f83efd /usr.sbin/ppp/Makefile | |
parent | 36a730d6cdde21021429dd17461a71f6f491226c (diff) |
Include iplist.c (forgotten when updating for dynamic
IP support).
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r-- | usr.sbin/ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index ff65f3412e2..982148ff81b 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.3 1997/12/06 12:08:54 brian Exp $ +# $Id: Makefile,v 1.4 1997/12/15 22:49:11 brian Exp $ PROG= ppp SRCS= arp.c async.c auth.c ccp.c chap.c chap_ms.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 \ + iplist.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 -Wmissing-prototypes -DHAVE_DES |