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:
parent
de93353dad
commit
a6ac4fb307
@ -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>__)
|
||||
|
Loading…
Reference in New Issue
Block a user