summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-06-27 02:36:33 +0000
committerrwatson <rwatson@FreeBSD.org>2004-06-27 02:36:33 +0000
commit53b6cf59c495880e8884c9880e6ff1a7fc1cdf56 (patch)
tree60e7dbbdb77d7827f9ffc8ff91f8bb39640490fa /sys
parentb8604119e63dc7431c06faa383669036a8b66033 (diff)
downloadFreeBSD-src-53b6cf59c495880e8884c9880e6ff1a7fc1cdf56.zip
FreeBSD-src-53b6cf59c495880e8884c9880e6ff1a7fc1cdf56.tar.gz
Add options NETGRAPH_FEC to hook up ng_fec.c to the LINT build.
Diffstat (limited to 'sys')
-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 dcc9eb4..50a1143 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -436,6 +436,7 @@ options NETGRAPH_CISCO
options NETGRAPH_ECHO
options NETGRAPH_EIFACE
options NETGRAPH_ETHER
+options NETGRAPH_FEC
options NETGRAPH_FRAME_RELAY
options NETGRAPH_GIF
options NETGRAPH_GIF_DEMUX
diff --git a/sys/conf/files b/sys/conf/files
index 1f42cb7..3161f1a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1415,6 +1415,7 @@ netgraph/ng_device.c optional netgraph_device
netgraph/ng_echo.c optional netgraph_echo
netgraph/ng_eiface.c optional netgraph_eiface
netgraph/ng_ether.c optional netgraph_ether
+netgraph/ng_fec.c optional netgraph_fec
netgraph/ng_frame_relay.c optional netgraph_frame_relay
netgraph/ng_gif.c optional netgraph_gif
netgraph/ng_gif_demux.c optional netgraph_gif_demux
diff --git a/sys/conf/options b/sys/conf/options
index 75faf37..7cd8918 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -380,6 +380,7 @@ NETGRAPH_CISCO opt_netgraph.h
NETGRAPH_ECHO opt_netgraph.h
NETGRAPH_EIFACE opt_netgraph.h
NETGRAPH_ETHER opt_netgraph.h
+NETGRAPH_FEC opt_netgraph.h
NETGRAPH_FRAME_RELAY opt_netgraph.h
NETGRAPH_GIF opt_netgraph.h
NETGRAPH_GIF_DEMUX opt_netgraph.h
OpenPOWER on IntegriCloud