summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-03-19 19:57:37 +0000
committerCy Schubert <cy@FreeBSD.org>2019-03-19 19:57:37 +0000
commita8d4deb7b5d0cfdb020fb04739635db3a229aee3 (patch)
treeaeddaaf0af4cf4d8775264482d05e044597372ac /etc
parent56929056b1f7dfa9f3a3d2a9d04236c1acc84605 (diff)
downloadsrc-test2-a8d4deb7b5d0cfdb020fb04739635db3a229aee3.tar.gz
src-test2-a8d4deb7b5d0cfdb020fb04739635db3a229aee3.zip
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index ef01a71b281c..e5f03932741f 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -45,10 +45,6 @@ FILES= DAEMON \
hostname \
iovctl \
ip6addrctl \
- ipfilter \
- ipfs \
- ipmon \
- ipnat \
ipsec \
${_kadmind} \
${_kdc} \
@@ -214,6 +210,13 @@ HASTPACKAGE= hast
FILES+= inetd
.endif
+.if ${MK_IPFILTER} != "no"
+CONFS+= ipfilter \
+ ipfs \
+ ipmon \
+ ipnat
+.endif
+
.if ${MK_IPFW} != "no"
FILES+= ipfw
.if ${MK_NETGRAPH} != "no"