1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

We do not ever want _srcconf_included_ as MAIN target.

This commit is contained in:
Simon J. Gerraty 2014-07-28 23:36:21 +00:00
parent 60186ca3e7
commit faa8fa9077
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269203

View File

@ -9,5 +9,5 @@
SRCCONF?= /etc/src.conf
.if (exists(${SRCCONF}) || ${SRCCONF} != "/etc/src.conf") && !target(_srcconf_included_)
.include "${SRCCONF}"
_srcconf_included_:
_srcconf_included_: .NOTMAIN
.endif