summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-12-21 15:02:47 +0000
committergjb <gjb@FreeBSD.org>2013-12-21 15:02:47 +0000
commit8d0da88470344106637de901bcfff89fe017e92c (patch)
treead6c86aeeb7ac1636a20bcde98046dba204e0c82 /etc/rc.d
parent6873020a63f1b305d482588b953a42f0682c0ee0 (diff)
downloadFreeBSD-src-8d0da88470344106637de901bcfff89fe017e92c.zip
FreeBSD-src-8d0da88470344106637de901bcfff89fe017e92c.tar.gz
Honor WITHOUT_CASPER.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 7cb6499..cc52316 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -26,7 +26,7 @@ FILES= DAEMON \
bridge \
bsnmpd \
${_bthidd} \
- casperd \
+ ${_casperd} \
ccd \
cleanvar \
cleartmp \
@@ -188,6 +188,10 @@ _hcsecd= hcsecd
_ubthidhci= ubthidhci
.endif
+.if ${MK_CASPER} != "no"
+_casperd= casperd
+.endif
+
.if ${MK_UNBOUND} != "no"
_unbound= local_unbound
.endif
OpenPOWER on IntegriCloud