Add ng_device(4) to LINT.

Reviewed by:	marks
Approved by:	julian (mentor)
This commit is contained in:
Gleb Smirnoff 2004-07-20 12:42:54 +00:00
parent b3e3ef9836
commit 31578ac8ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132447
2 changed files with 2 additions and 0 deletions

View File

@ -447,6 +447,7 @@ options NETGRAPH_BLUETOOTH_UBTBCMFW # ubtbcmfw(4)
options NETGRAPH_BPF
options NETGRAPH_BRIDGE
options NETGRAPH_CISCO
options NETGRAPH_DEVICE
options NETGRAPH_ECHO
options NETGRAPH_EIFACE
options NETGRAPH_ETHER

View File

@ -386,6 +386,7 @@ NETGRAPH_BLUETOOTH_UBTBCMFW opt_netgraph.h
NETGRAPH_BPF opt_netgraph.h
NETGRAPH_BRIDGE opt_netgraph.h
NETGRAPH_CISCO opt_netgraph.h
NETGRAPH_DEVICE opt_netgraph.h
NETGRAPH_ECHO opt_netgraph.h
NETGRAPH_EIFACE opt_netgraph.h
NETGRAPH_ETHER opt_netgraph.h