aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
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-21 20:08:48 +0000
commit2507479f70df850742c750a25dace99b13740582 (patch)
treeb8ef135b88817f4e5adfc1405960f7ea08d1cb39 /sys/modules
parent6df9fa1c6b8391e09bf74195d302ab12286a1d8a (diff)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index b6327ec224af..4b4534aee076 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -500,7 +500,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