summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-06-10 08:05:13 +0000
committerglebius <glebius@FreeBSD.org>2005-06-10 08:05:13 +0000
commitd22cddb87a5d1ad6f9cf1bea47445b9dc24fe5c5 (patch)
treedda3dabbae9e4fdc049db16038923e68c28cc2ee /sys/conf
parent5e328f779e39c5d7134c81dc70c96ebe310c17cd (diff)
downloadFreeBSD-src-d22cddb87a5d1ad6f9cf1bea47445b9dc24fe5c5.zip
FreeBSD-src-d22cddb87a5d1ad6f9cf1bea47445b9dc24fe5c5.tar.gz
Attach ng_tcpmss to the build.
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 af8b41e..7788729 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -550,6 +550,7 @@ options NETGRAPH_RFC1490
options NETGRAPH_SOCKET
options NETGRAPH_SPLIT
options NETGRAPH_SPPP
+options NETGRAPH_TCPMSS
options NETGRAPH_TEE
options NETGRAPH_TTY
options NETGRAPH_UI
diff --git a/sys/conf/files b/sys/conf/files
index c8f24f3..2a3e4fb 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1542,6 +1542,7 @@ 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_tcpmss.c optional netgraph_tcpmss
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 7fb5e06..4fec7c6 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -423,6 +423,7 @@ NETGRAPH_RFC1490 opt_netgraph.h
NETGRAPH_SOCKET opt_netgraph.h
NETGRAPH_SPLIT opt_netgraph.h
NETGRAPH_SPPP opt_netgraph.h
+NETGRAPH_TCPMSS opt_netgraph.h
NETGRAPH_TEE opt_netgraph.h
NETGRAPH_TTY opt_netgraph.h
NETGRAPH_UI opt_netgraph.h
OpenPOWER on IntegriCloud