Replace .sinclude by .if exists()/.include/.endif so that older make(1)'s can

handle it as well.
This commit is contained in:
ru 2006-03-18 10:54:09 +00:00
parent 1f569c4356
commit 1e14ebad23

View File

@ -105,7 +105,9 @@
__<bsd.own.mk>__:
SRCCONF?= /etc/src.conf
.sinclude "${SRCCONF}"
.if exists(${SRCCONF})
.include "${SRCCONF}"
.endif
# Binaries
BINOWN?= root