3d089b2d54
should for all normal builds. Read /etc/make.conf earlier than before, but consistently before SRCCONF and local.sys.mk.
8 lines
189 B
Makefile
8 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
# Allow user to configure things that only effect src tree builds.
|
|
SRCCONF?= /etc/src.conf
|
|
.if exists(${SRCCONF}) || ${SRCCONF} != "/etc/src.conf"
|
|
.include "${SRCCONF}"
|
|
.endif
|