aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/Makefile')
-rw-r--r--libexec/rc/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/libexec/rc/Makefile b/libexec/rc/Makefile
index 974eb8661182..48115d873fe3 100644
--- a/libexec/rc/Makefile
+++ b/libexec/rc/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <src.opts.mk>
@@ -10,9 +9,6 @@ CONFETCPACKAGE= rc
.if ${MK_IPFW} != "no"
CONFETC+= rc.firewall
.endif
-.if ${MK_SENDMAIL} != "no"
-CONFETC+= rc.sendmail
-.endif
CONFETCMODE= 644
CONFETCEXEC= netstart pccard_ether rc.resume rc.suspend
CONFETCEXECDIR= /etc
@@ -22,6 +18,15 @@ CONFETCDEFAULTSDIR= /etc/defaults
CONFETCDEFAULTS= rc.conf
CONFETCDEFAULTSPACKAGE= rc
+FILESGROUPS= LIBEXEC_SCRIPTS
+LIBEXEC_SCRIPTS= debug.sh safe_eval.sh
+LIBEXEC_SCRIPTSDIR= /libexec
+LIBEXEC_SCRIPTSMODE= 755
+LIBEXEC_SCRIPTSPACKAGE= rc
+
SUBDIR+= rc.d
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
.include <bsd.prog.mk>