Make WITHOUT_CAPSICUM implying WITHOUT_CASPER

PR:		214562
Reported by:	dewayne@heuristicsystems.com.au
MFC after:	2 days
This commit is contained in:
bapt 2016-12-10 13:29:51 +00:00
parent 1fd84d9b40
commit dc742321aa

View File

@ -311,6 +311,10 @@ MK_LLVM_LIBUNWIND:= no
MK_GDB:= no
.endif
.if ${MK_CAPSICUM} == "no"
MK_CASPER:= no
.endif
.if ${MK_LIBPTHREAD} == "no"
MK_LIBTHR:= no
.endif