diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2022-09-07 03:54:57 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2022-09-07 03:54:57 +0000 |
| commit | aa74cc6d6f995f3ede4969ae5e0a0329d02754b4 (patch) | |
| tree | b0a36caaa1d470dc89daf7aa16b772332802f524 /sys/modules/Makefile | |
| parent | 999c9fd7339d59196b538049db0953d3010cb142 (diff) | |
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 0c5e14a5e4c5..68b3dfcac776 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -170,7 +170,7 @@ SUBDIR= \ ${_io} \ ${_ioat} \ ${_ipoib} \ - ${_ipdivert} \ + ipdivert \ ${_ipfilter} \ ${_ipfw} \ ipfw_nat \ @@ -465,7 +465,6 @@ _if_stf= if_stf .if ${MK_INET_SUPPORT} != "no" || defined(ALL_MODULES) _if_me= if_me -_ipdivert= ipdivert _ipfw= ipfw .if ${MK_INET6_SUPPORT} != "no" || defined(ALL_MODULES) _ipfw_nat64= ipfw_nat64 |
