summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
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