mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Honor WITHOUT_CASPER.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9165bf6297
commit
fa804a465d
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue