Include bsd.compat.mk early from sys.mk, enough for makefiles
using conditional statements to see the new spellings of NO_* knobs (in case user still uses old spellings). Reported by: kris
This commit is contained in:
parent
04e0625ce5
commit
35df9d9893
@ -9,7 +9,6 @@ __<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>__)
|
||||
|
@ -271,4 +271,5 @@ OBJFORMAT?= elf
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.compat.mk>
|
||||
.include <bsd.cpu.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user