aboutsummaryrefslogtreecommitdiff
path: root/rescue/rescue
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-04-19 22:53:23 +0000
committerWarner Losh <imp@FreeBSD.org>2024-04-19 22:54:31 +0000
commit42acb16bb86fe6ec18c0591f9a9a3dbad1719d1d (patch)
treebf2bb533e113f466db2259d742e878e5a4f57348 /rescue/rescue
parent0bdcfb08f2d5b80523275adcdd64facb102eedbc (diff)
downloadsrc-42acb16bb86fe6ec18c0591f9a9a3dbad1719d1d.tar.gz
src-42acb16bb86fe6ec18c0591f9a9a3dbad1719d1d.zip
Diffstat (limited to 'rescue/rescue')
-rw-r--r--rescue/rescue/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index c1ba22885618..6dceea6f5077 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -119,6 +119,15 @@ CRUNCH_PROGS_sbin+= ipf
CRUNCH_LIBS_ipf+= ${LIBIPF}
.endif
+.if ${MK_IPFW} != "no"
+CRUNCH_PROGS_sbin+= ipfw
+.endif
+
+.if ${MK_PF} != "no"
+CRUNCH_PROGS_sbin+= pfctl
+CRUNCH_LIBS_pfctl+= ${LIBPFCTL} ${LIBNV}
+.endif
+
.if ${MK_ROUTED} != "no"
CRUNCH_PROGS_sbin+= routed rtquery
.endif