diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2010-01-30 15:28:14 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2010-01-30 15:28:14 +0000 |
| commit | c261b5023b850f1bbd30e4a8071024b68c21d637 (patch) | |
| tree | 663766ac94be433425b2e8046cfbf4502bd3de30 /sys/modules | |
| parent | d91f45d608e24542487a3c20c822178912c39338 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 044976dc3d44..e76d63ad39a4 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -191,7 +191,7 @@ SUBDIR= ${_3dfx} \ ${_ncp} \ ${_ncv} \ ${_ndis} \ - netgraph \ + ${_netgraph} \ ${_nfe} \ nfscl \ nfsclient \ @@ -324,6 +324,10 @@ _random= random _ipfilter= ipfilter .endif +.if ${MK_NETGRAPH} != "no" || defined(ALL_MODULES) +_netgraph= netgraph +.endif + .if ${MK_PF} != "no" || defined(ALL_MODULES) _pf= pf _pflog= pflog |
