bsd.compat.mk isn't setup to be included outside of Makefile.inc so comment it

out here until that's sorted out. Otherwise the build is broken. when
TARGET_ARCH isn't defined.
This commit is contained in:
Warner Losh 2019-10-16 13:20:36 +00:00
parent b6528d546f
commit f9cb60c649

View File

@ -2,7 +2,7 @@
# $FreeBSD$
.include <bsd.init.mk>
.include <bsd.compat.mk>
# .include <bsd.compat.mk>
.include <bsd.compiler.mk>
.include <bsd.linker.mk>