summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2004-04-24 22:03:02 +0000
committerrik <rik@FreeBSD.org>2004-04-24 22:03:02 +0000
commit2bf1ef1335a66dc8c323492d7487fc8572002511 (patch)
tree56697eefc572bbaf32c2f48364a0f2c1275e18bb /sys/conf
parent963f4166f4487fc3d9e4868829a2cb7ebfa985bc (diff)
downloadFreeBSD-src-2bf1ef1335a66dc8c323492d7487fc8572002511.zip
FreeBSD-src-2bf1ef1335a66dc8c323492d7487fc8572002511.tar.gz
Connect ng_sppp to the build process.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8996ec8..d69cd31 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -434,6 +434,7 @@ options NETGRAPH_PPTPGRE
options NETGRAPH_RFC1490
options NETGRAPH_SOCKET
options NETGRAPH_SPLIT
+options NETGRAPH_SPPP
options NETGRAPH_TEE
options NETGRAPH_TTY
options NETGRAPH_UI
diff --git a/sys/conf/files b/sys/conf/files
index 11bd1b3..c144e0d 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1407,6 +1407,7 @@ netgraph/ng_pptpgre.c optional netgraph_pptpgre
netgraph/ng_rfc1490.c optional netgraph_rfc1490
netgraph/ng_socket.c optional netgraph_socket
netgraph/ng_split.c optional netgraph_split
+netgraph/ng_sppp.c optional netgraph_sppp
netgraph/ng_tee.c optional netgraph_tee
netgraph/ng_tty.c optional netgraph_tty
netgraph/ng_vjc.c optional netgraph_vjc
diff --git a/sys/conf/options b/sys/conf/options
index 6dcccc2..0c157dc 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -375,6 +375,7 @@ NETGRAPH_PPTPGRE opt_netgraph.h
NETGRAPH_RFC1490 opt_netgraph.h
NETGRAPH_SOCKET opt_netgraph.h
NETGRAPH_SPLIT opt_netgraph.h
+NETGRAPH_SPPP opt_netgraph.h
NETGRAPH_TEE opt_netgraph.h
NETGRAPH_TTY opt_netgraph.h
NETGRAPH_UI opt_netgraph.h
OpenPOWER on IntegriCloud