From fa804a465dbf8ab2aad4fece7c198640818c849f Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sat, 21 Dec 2013 15:02:47 +0000 Subject: [PATCH] Honor WITHOUT_CASPER. Sponsored by: The FreeBSD Foundation --- etc/rc.d/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 7cb649975cf..cc523162c11 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