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:
Ruslan Ermilov 2004-12-23 08:51:50 +00:00
parent 0836ce1970
commit 52dbe95f4d
2 changed files with 1 additions and 1 deletions

View File

@ -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>__)

View File

@ -271,4 +271,5 @@ OBJFORMAT?= elf
.endif
.include <bsd.compat.mk>
.include <bsd.cpu.mk>