Make WITHOUT_CAPSICUM implying WITHOUT_CASPER

PR:		214562
Reported by:	dewayne@heuristicsystems.com.au
MFC after:	2 days
This commit is contained in:
Baptiste Daroussin 2016-12-10 13:29:51 +00:00
parent abd4699ce2
commit 58551dc674
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309805

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