Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)
This commit is contained in:
Ruslan Ermilov
2006-03-17 18:54:44 +00:00
parent 23801379f0
commit e1fe3dba5c
138 changed files with 887 additions and 379 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
.error bsd.incs.mk cannot be included directly.
.endif
.if !defined(NO_INCS) && !defined(NO_TOOLCHAIN)
.if !defined(NO_INCS) && ${MK_TOOLCHAIN} != "no"
INCSGROUPS?= INCS
@@ -81,4 +81,4 @@ installincludes:
realinstall: installincludes
.ORDER: beforeinstall installincludes
.endif # !defined(NO_INCS) && !defined(NO_TOOLCHAIN)
.endif # !defined(NO_INCS) && ${MK_TOOLCHAIN} != "no"