mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We do not ever want _srcconf_included_ as MAIN target.
This commit is contained in:
parent
60186ca3e7
commit
faa8fa9077
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue