2014-05-17 01:47:06 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-05-17 20:31:34 +00: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 01:47:06 +00:00
|
|
|
# Allow user to configure things that only effect src tree builds.
|
|
|
|
SRCCONF?= /etc/src.conf
|
2014-05-17 20:31:34 +00:00
|
|
|
.if (exists(${SRCCONF}) || ${SRCCONF} != "/etc/src.conf") && !target(_srcconf_included_)
|
2014-05-17 01:47:06 +00:00
|
|
|
.include "${SRCCONF}"
|
2014-07-28 23:36:21 +00:00
|
|
|
_srcconf_included_: .NOTMAIN
|
2014-05-17 01:47:06 +00:00
|
|
|
.endif
|