Remove WITHOUT_CAPSICUM build support

Capsicum is non-optional as of c24c117b96 ("Remove
WITHOUT_{CAPSICUM,CASPER} options").

`#ifndef WITHOUT_CAPSICUM` is left in the source for the benefit of
downstream consumers, but is never defined in FreeBSD.

Reviewed by:	oshogbo
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D42077
This commit is contained in:
Ed Maste
2024-04-23 07:20:59 -04:00
parent 74adb39cf2
commit 91d35fb663
3 changed files with 0 additions and 10 deletions
-4
View File
@@ -43,10 +43,6 @@ CFLAGS+= -DHAVE_CONFIG_H \
-I${LZMALIBDIR} \
-I${XZDIR}/common
.if ${MK_CAPSICUM} == "no"
CFLAGS+= -DWITHOUT_CAPSICUM
.endif
LIBADD= lzma
.include <bsd.prog.mk>