Replace .sinclude by .if exists()/.include/.endif so that older make(1)'s can
handle it as well.
This commit is contained in:
parent
1f569c4356
commit
1e14ebad23
@ -105,7 +105,9 @@
|
||||
__<bsd.own.mk>__:
|
||||
|
||||
SRCCONF?= /etc/src.conf
|
||||
.sinclude "${SRCCONF}"
|
||||
.if exists(${SRCCONF})
|
||||
.include "${SRCCONF}"
|
||||
.endif
|
||||
|
||||
# Binaries
|
||||
BINOWN?= root
|
||||
|
Loading…
x
Reference in New Issue
Block a user