Add options NETGRAPH_FEC to hook up ng_fec.c to the LINT build.

This commit is contained in:
Robert Watson 2004-06-27 02:36:33 +00:00
parent 9d56413324
commit d07af9d904
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131165
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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