mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
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
|