Author: gjb
Date: Sat Dec 21 15:02:47 2013
New Revision: 259682
URL: http://svnweb.freebsd.org/changeset/base/259682

Log:
  Honor WITHOUT_CASPER.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  head/etc/rc.d/Makefile

Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile      Sat Dec 21 14:41:32 2013        (r259681)
+++ head/etc/rc.d/Makefile      Sat Dec 21 15:02:47 2013        (r259682)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to