2014-05-17 03:47:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-05-17 22:31:34 +02:00
|
|
|
# Note: This file is also duplicated in the sys/conf/kern.pre.mk so
|
|
|
|
# it will always grab SRCCONF, even if it isn't being built in-tree
|
|
|
|
# to preserve historical (and useful) behavior. Changes here need to
|
|
|
|
# be reflected there so SRCCONF isn't included multiple times.
|
|
|
|
|
2014-05-17 03:47:06 +02:00
|
|
|
# Allow user to configure things that only effect src tree builds.
|
|
|
|
SRCCONF?= /etc/src.conf
|
2014-05-17 22:31:34 +02:00
|
|
|
.if (exists(${SRCCONF}) || ${SRCCONF} != "/etc/src.conf") && !target(_srcconf_included_)
|
2014-05-17 03:47:06 +02:00
|
|
|
.include "${SRCCONF}"
|
2014-07-29 01:36:21 +02:00
|
|
|
_srcconf_included_: .NOTMAIN
|
2014-05-17 03:47:06 +02:00
|
|
|
.endif
|