summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-11-28 13:18:35 +0000
committerbrian <brian@FreeBSD.org>2000-11-28 13:18:35 +0000
commit36c3bc9fdd02adc5f96a3e76e563a04a7c574260 (patch)
treeb961d5c39b6396fc1d98e9e69cf6ede026166c4d /usr.sbin/ppp/Makefile
parent288e8299bbed979c25cb497be766dfaada3da557 (diff)
downloadFreeBSD-src-36c3bc9fdd02adc5f96a3e76e563a04a7c574260.zip
FreeBSD-src-36c3bc9fdd02adc5f96a3e76e563a04a7c574260.tar.gz
Add ``enable/disable tcpmssfixup'', defaulting to enabled.
Suggested by: julian Hijacked from: ru (ports/net/tcpmssd)
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 046a3b9..fe89221 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}
OpenPOWER on IntegriCloud