diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-05-22 07:21:05 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-05-22 07:21:05 +0000 |
| commit | f0f0053abc00d77ccdc7b738c1f12eb03ce180a7 (patch) | |
| tree | ccf10f86d81671a2d2c3602047f8fba14e67ae76 /libexec | |
| parent | 4f1dfaba987f98b1b951c997cf72201f5fb433ae (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/rc/Makefile b/libexec/rc/Makefile index 2e28f86153fb3..c3af2fd623253 100644 --- a/libexec/rc/Makefile +++ b/libexec/rc/Makefile @@ -1,8 +1,13 @@ # $FreeBSD$ +.include <src.opts.mk> + CONFGROUPS= CONFETC CONFETCEXEC CONFETCDEFAULTS CONFETCDIR= /etc CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown +.if ${MK_IPFW} != "no" +CONFETC+= rc.firewall +.endif CONFETCMODE= 644 CONFETCEXEC= netstart pccard_ether rc.resume rc.suspend CONFETCEXECDIR= /etc |
