Honor WITHOUT_CASPER.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2013-12-21 15:02:47 +00:00
parent 9165bf6297
commit fa804a465d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259682

View File

@ -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