aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-05-15 00:16:10 +0000
committerWarner Losh <imp@FreeBSD.org>2024-05-16 17:16:29 +0000
commit304a03275a65cf811fb6c06fa1c37783d07c99a4 (patch)
tree79ca57ba1d5f097d05a473f5cf55b7f3566ed502 /sys/modules/Makefile
parentae9c0ba8ef2f540f9030909cf07e3c59f876fd23 (diff)
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 35e5d77b9f07..2bd8914ab0d5 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -505,7 +505,7 @@ _ipfw_nptv6= ipfw_nptv6
_ipfilter= ipfilter
.endif
-.if ${MK_INET_SUPPORT} != "no" && ${KERN_OPTS:MFIB_ALGO}
+.if ${MK_INET_SUPPORT} != "no" && ${KERN_OPTS:MFIB_ALGO} && ${KERN_OPTS:MINET}
_dpdk_lpm4= dpdk_lpm4
_fib_dxr= fib_dxr
.endif