From f0f0053abc00d77ccdc7b738c1f12eb03ce180a7 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Wed, 22 May 2019 07:21:05 +0000 Subject: pkgbase: Move rc.firewall to libexec/rc Put it with all the other rc files Reviewed by: bapt --- libexec/rc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libexec') 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 + 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 -- cgit v1.3