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_)
|
2015-05-30 15:08:52 +00:00
|
|
|
.sinclude "${SRCCONF}"
|
2014-07-28 23:36:21 +00:00
|
|
|
_srcconf_included_: .NOTMAIN
|
2014-05-17 01:47:06 +00:00
|
|
|
.endif
|
2015-06-19 14:56:24 +00:00
|
|
|
|
2015-06-13 19:20:56 +00:00
|
|
|
# tempting, but bsd.compiler.mk causes problems this early
|
2015-06-19 14:56:24 +00:00
|
|
|
# probably need to remove dependence on bsd.own.mk
|
2015-06-13 19:20:56 +00:00
|
|
|
#.include "src.opts.mk"
|