tail: disable capsicum in rescue mode
All rescue application are not capsicumized. Reported by: jenkins
This commit is contained in:
parent
9190144fbf
commit
d32f14190b
@ -6,7 +6,7 @@
|
||||
PROG= tail
|
||||
SRCS= forward.c misc.c read.c reverse.c tail.c
|
||||
|
||||
.if ${MK_CASPER} != "no"
|
||||
.if ${MK_CASPER} != "no" && !defined(RESCUE)
|
||||
LIBADD+= casper
|
||||
LIBADD+= cap_fileargs
|
||||
CFLAGS+= -DWITH_CASPER
|
||||
|
Loading…
Reference in New Issue
Block a user