Add WITHOUT_CAPSICUM src.conf(5) define, which can be used to compile out

use of Capsicum by userspace applications.

MFC after:	3 weeks
Sponsored by:	Google, Inc.
This commit is contained in:
Robert Watson 2012-01-02 21:57:58 +00:00
parent 6bbe7cdfb2
commit 6508f34eb6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229319
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated.
.\" from FreeBSD: head/tools/build/options/makeman 221733 2011-05-10 13:01:11Z ru
.\" $FreeBSD$
.Dd December 2, 2011
.Dd December 30, 2011
.Dt SRC.CONF 5
.Os
.Sh NAME
@ -251,6 +251,9 @@ Set to build some programs without optional bzip2 support.
.\" from FreeBSD: head/tools/build/options/WITHOUT_CALENDAR 156932 2006-03-21 07:50:50Z ru
Set to not build
.Xr calendar 1 .
.It Va WITHOUT_CAPSICUM
.\" $FreeBSD$
Set to not build Capsicum support into system programs.
.It Va WITHOUT_CDDL
.\" from FreeBSD: head/tools/build/options/WITHOUT_CDDL 163861 2006-11-01 09:02:11Z jb
Set to not build code licensed under Sun's CDDL.
@ -821,7 +824,7 @@ Set to not build
.Xr ppp 8
and related programs.
.It Va WITHOUT_PROFILE
.\" from FreeBSD: head/tools/build/options/WITH_PROFILE 228143 2011-11-29 19:46:17Z fjoe
.\" from FreeBSD: head/tools/build/options/WITHOUT_PROFILE 228196 2011-12-02 09:09:54Z fjoe
Set to avoid compiling profiled libraries.
.It Va WITHOUT_QUOTAS
.\" from FreeBSD: head/tools/build/options/WITHOUT_QUOTAS 183242 2008-09-21 22:02:26Z sam

View File

@ -322,6 +322,7 @@ __DEFAULT_YES_OPTIONS = \
BSNMP \
BZIP2 \
CALENDAR \
CAPSICUM \
CDDL \
CPP \
CRYPT \

View File

@ -0,0 +1,2 @@
.\" $FreeBSD$
Set to not build Capsicum support into system programs.