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

handle it as well.
This commit is contained in:
Ruslan Ermilov 2006-03-18 10:54:09 +00:00
parent b955f00544
commit 73b06dcb66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156836

View File

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