diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2011-11-06 17:31:57 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2011-11-06 17:31:57 +0000 |
| commit | e9d5f270969a65647144f2454c4f50e39ca21d96 (patch) | |
| tree | ce3c7407cc3fceec3a41e6862710caed9ef83a4d /sys/modules/Makefile | |
| parent | f77ff183e22988c256d4db21f20af98da813c856 (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -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 9b0f24b939e0..828667824f34 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -136,7 +136,7 @@ SUBDIR= ${_3dfx} \ ${_io} \ ipdivert \ ${_ipfilter} \ - ipfw \ + ${_ipfw} \ ipfw_nat \ ${_ipmi} \ ip_mroute_mod \ @@ -377,6 +377,10 @@ _if_carp= if_carp _ipfilter= ipfilter .endif +.if ${MK_INET_SUPPORT} != "no" || defined(ALL_MODULES) +_ipfw= ipfw +.endif + .if ${MK_NETGRAPH} != "no" || defined(ALL_MODULES) _netgraph= netgraph .endif |
