aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorRoman Kurakin <rik@FreeBSD.org>2004-04-24 22:03:02 +0000
committerRoman Kurakin <rik@FreeBSD.org>2004-04-24 22:03:02 +0000
commit0a6818e29c810b228675468620eee26246bacaab (patch)
tree56697eefc572bbaf32c2f48364a0f2c1275e18bb /sys/conf
parent49572c5b0d9c429a309ccf364f83cb90c7799fde (diff)
downloadsrc-0a6818e29c810b228675468620eee26246bacaab.tar.gz
src-0a6818e29c810b228675468620eee26246bacaab.zip
Connect ng_sppp to the build process.
Notes
Notes: svn path=/head/; revision=128616
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 8996ec89c03f..d69cd310ca35 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 11bd1b3c246d..c144e0dd765a 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 6dcccc2bb031..0c157dcf0969 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