summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-19 17:05:26 +0000
committerpeter <peter@FreeBSD.org>1997-08-19 17:05:26 +0000
commit3825bb86c6dc2f3c3e7253dc5f63ab3280e3828f (patch)
tree00ff9f9eeffd3d961bb1b0ce8a5f2e6ed01fb706 /sys/conf
parent481ffda850036c9f258d474716d4ed0fcb18af89 (diff)
downloadFreeBSD-src-3825bb86c6dc2f3c3e7253dc5f63ab3280e3828f.zip
FreeBSD-src-3825bb86c6dc2f3c3e7253dc5f63ab3280e3828f.tar.gz
Use two NetBSD-style options (PPP_DEFLATE and PPP_BSDCOMP) to control
whether or not to compile the two ppp compression methods.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files6
-rw-r--r--sys/conf/options4
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 5b78732..65d28d9 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -167,7 +167,7 @@ msdosfs/msdosfs_vfsops.c optional msdosfs
msdosfs/msdosfs_vnops.c optional msdosfs
net/bpf.c optional bpfilter
net/bpf_filter.c optional bpfilter
-net/bsd_comp.c optional ppp
+net/bsd_comp.c optional ppp_bsdcomp
net/hostcache.c standard
net/if.c standard
net/if_atmsubr.c optional atm
@@ -181,7 +181,7 @@ net/if_ppp.c optional ppp
net/if_sl.c optional sl
net/if_spppsubr.c optional sppp
net/if_tun.c optional tun
-net/ppp_deflate.c optional ppp
+net/ppp_deflate.c optional ppp_deflate
net/ppp_tty.c optional ppp
net/radix.c standard
net/raw_cb.c standard
@@ -190,7 +190,7 @@ net/route.c standard
net/rtsock.c standard
net/slcompress.c optional ppp
net/slcompress.c optional sl
-net/zlib.c optional ppp
+net/zlib.c optional ppp_deflate
netatalk/aarp.c optional netatalk
netatalk/at_control.c optional netatalk
netatalk/at_proto.c optional netatalk
diff --git a/sys/conf/options b/sys/conf/options
index 62cf779..1857efd 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.30 1997/05/04 15:24:13 joerg Exp $
+# $Id: options,v 1.31 1997/06/04 16:44:22 pst Exp $
# Format:
# Option name filename
@@ -98,3 +98,5 @@ MROUTING opt_mrouting.h
IPFIREWALL opt_ipfw.h
IPFIREWALL_VERBOSE opt_ipfw.h
IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
+PPP_BSDCOMP opt_ppp.h
+PPP_DEFLATE opt_ppp.h
OpenPOWER on IntegriCloud