diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2019-03-12 19:34:33 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2019-03-12 19:34:33 +0000 |
| commit | 77e6f9282e8af62e9a630de6967e250bb7a185e6 (patch) | |
| tree | 616b653da6e07024e377f070161d0087d01eb183 /libexec/rc | |
| parent | 22d7708455ae7dc26aed18f4f1dd2c7bbebbcc18 (diff) | |
Notes
Diffstat (limited to 'libexec/rc')
| -rw-r--r-- | libexec/rc/rc.d/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index d8d014cb167af..3eef01e58b217 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -46,10 +46,6 @@ CONFS= DAEMON \ hostname \ iovctl \ ip6addrctl \ - ipfilter \ - ipfs \ - ipmon \ - ipnat \ ipsec \ ${_kadmind} \ ${_kdc} \ @@ -215,6 +211,13 @@ HASTPACKAGE= hast CONFS+= inetd .endif +.if ${MK_IPFILTER} != "no" +CONFS+= ipfilter \ + ipfs \ + ipmon \ + ipnat +.endif + .if ${MK_IPFW} != "no" CONFS+= ipfw .if ${MK_NETGRAPH} != "no" |
