diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2008-12-25 07:34:14 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2008-12-25 07:34:14 +0000 |
| commit | 1018c6cbf9269ebc31f7c7710b588f3f4ec89397 (patch) | |
| tree | 836615dc2af810907927f8eb7533e186f4ff594e /sys/conf | |
| parent | 2293dac2ac42b9fde84e8fefc3ff3995b7a4a7a1 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 1 | ||||
| -rw-r--r-- | sys/conf/options | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index d2d420a06167..a52729a731de 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2287,6 +2287,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_ether_echo.c optional netgraph_ether_echo netgraph/ng_fec.c optional netgraph_fec netgraph/ng_frame_relay.c optional netgraph_frame_relay netgraph/ng_gif.c optional netgraph_gif diff --git a/sys/conf/options b/sys/conf/options index d44af149247b..c3a72a7bdb2d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -459,6 +459,7 @@ NETGRAPH_DEVICE opt_netgraph.h NETGRAPH_ECHO opt_netgraph.h NETGRAPH_EIFACE opt_netgraph.h NETGRAPH_ETHER opt_netgraph.h +NETGRAPH_ETHER_ECHO opt_netgraph.h NETGRAPH_FEC opt_netgraph.h NETGRAPH_FRAME_RELAY opt_netgraph.h NETGRAPH_GIF opt_netgraph.h |
