mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 20:31:13 +01:00
We do not ever want _srcconf_included_ as MAIN target.
This commit is contained in:
parent
60186ca3e7
commit
faa8fa9077
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269203
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user