Revert previous revision. Including bsd.compat.mk is necessary

both from sys.mk (to handle old knobs set in /etc/make.conf),
and from here (to handle old knobs set in individual makefiles).
This commit is contained in:
Ruslan Ermilov 2005-01-09 12:55:47 +00:00
parent de93353dad
commit a6ac4fb307
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139938

View File

@ -9,6 +9,7 @@ __<bsd.init.mk>__:
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
.endif
.include <bsd.compat.mk>
.include <bsd.own.mk>
.MAIN: all
.endif !target(__<bsd.init.mk>__)