summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index e790b1f..b927e49 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -70,6 +70,8 @@ SUBDIR= adjkerntz \
nfsiod \
nologin \
nos-tun \
+ ${_pfctl} \
+ ${_pflogd} \
ping \
${_ping6} \
quotacheck \
@@ -109,6 +111,11 @@ _ipmon= ipmon
_ipnat= ipnat
.endif
+.if !defined(NO_PF)
+_pfctl= pfctl
+_pflogd= pflogd
+.endif
+
.if !defined(NOINET6)
_ip6fw= ip6fw
_ping6= ping6
OpenPOWER on IntegriCloud