mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
cat: disable building it with Casper
We want to measure what are the actual cost of sandboxing cat(1). Requested by: mjg, cy, Mike Karels Discussed with: rwatson, markj
This commit is contained in:
parent
d28210b2c2
commit
b7ab6832cd
@ -15,11 +15,12 @@ CFLAGS+=-DBOOTSTRAP_CAT
|
||||
HAS_TESTS=
|
||||
SUBDIR.${MK_TESTS}+= tests
|
||||
|
||||
.if ${MK_CASPER} != "no" && !defined(RESCUE) && !defined(BOOTSTRAPPING)
|
||||
LIBADD+= casper
|
||||
LIBADD+= cap_fileargs
|
||||
LIBADD+= cap_net
|
||||
CFLAGS+=-DWITH_CASPER
|
||||
.endif
|
||||
# Temporary disable building cat with Casper.
|
||||
#.if ${MK_CASPER} != "no" && !defined(RESCUE) && !defined(BOOTSTRAPPING)
|
||||
#LIBADD+= casper
|
||||
#LIBADD+= cap_fileargs
|
||||
#LIBADD+= cap_net
|
||||
#CFLAGS+=-DWITH_CASPER
|
||||
#.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user