diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-11-28 13:18:35 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-11-28 13:18:35 +0000 |
| commit | 94d7be5294679c1ee2d2fb15b501744ca42c19ca (patch) | |
| tree | 0705efa0aabc57d36e2c77a9dfb7fbbfcce06ec2 /usr.sbin/ppp/Makefile | |
| parent | aa11a6dde4e0d186f75f35718a7e6c9ff0281215 (diff) | |
Notes
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 046a3b94f7c7..fe89221c21dc 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -5,8 +5,8 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \ command.c datalink.c deflate.c defs.c exec.c filter.c fsm.c hdlc.c \ iface.c ip.c ipcp.c iplist.c lcp.c link.c log.c lqr.c main.c \ mbuf.c mp.c pap.c physical.c pred.c probe.c prompt.c proto.c route.c \ - server.c sig.c slcompress.c sync.c systems.c tcp.c throughput.c \ - timer.c tty.c tun.c udp.c vjcomp.c + server.c sig.c slcompress.c sync.c systems.c tcp.c tcpmss.c \ + throughput.c timer.c tty.c tun.c udp.c vjcomp.c CFLAGS+=-Wall LDADD+= -lcrypt -lmd -lutil -lz DPADD+= ${LIBCRYPT} ${LIBMD} ${LIBUTIL} ${LIBZ} |
