Acutally, replaces NO_INCS with WITHOUT_INCLUDES and make

WITHOUT_TOOLCHAIN imply it instead.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2014-11-18 17:06:44 +00:00
parent 73f49e9eef
commit 590461a4b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274662
4 changed files with 11 additions and 1 deletions

View File

@ -4,7 +4,7 @@
.error bsd.incs.mk cannot be included directly.
.endif
.if ${MK_TOOLCHAIN} != "no"
.if ${MK_INCLUDES} != "no"
INCSGROUPS?= INCS

View File

@ -51,6 +51,7 @@ __<bsd.opts.mk>__:
__DEFAULT_YES_OPTIONS = \
ASSERT_DEBUG \
DOCCOMPRESS \
INCLUDES \
INSTALLLIB \
KERBEROS \
MAN \

View File

@ -306,6 +306,7 @@ MK_BINUTILS:= no
MK_CLANG:= no
MK_GCC:= no
MK_GDB:= no
MK_INCLUDES:= no
.endif
.if ${MK_CLANG} == "no"

View File

@ -0,0 +1,8 @@
.\" $FreeBSD$
Set to not install header files.
This option used to be spelled
.Va NO_INCS .
.Bf -symbolic
The option does not work for build targets.
.Ef