16b14aaa4SWarner Losh# $FreeBSD$ 26b14aaa4SWarner Losh 31f4e0ed9SWarner Losh# Note: This file is also duplicated in the sys/conf/kern.pre.mk so 41f4e0ed9SWarner Losh# it will always grab SRCCONF, even if it isn't being built in-tree 51f4e0ed9SWarner Losh# to preserve historical (and useful) behavior. Changes here need to 61f4e0ed9SWarner Losh# be reflected there so SRCCONF isn't included multiple times. 71f4e0ed9SWarner Losh 86b14aaa4SWarner Losh# Allow user to configure things that only effect src tree builds. 96b14aaa4SWarner LoshSRCCONF?= /etc/src.conf 101f4e0ed9SWarner Losh.if (exists(${SRCCONF}) || ${SRCCONF} != "/etc/src.conf") && !target(_srcconf_included_) 116b14aaa4SWarner Losh.include "${SRCCONF}" 12*faa8fa90SSimon J. Gerraty_srcconf_included_: .NOTMAIN 136b14aaa4SWarner Losh.endif 14