include <bsd.obj.mk> to teach make the rules for OBJDIR names.

This is to fix a problem on compiling gzboot with BUILDID defined
(by build.sh -B BUILDID).
This commit is contained in:
bsh 2005-03-18 08:50:07 +00:00
parent 64dd54edba
commit d608de2069

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile.gzboot,v 1.10 2004/06/21 18:20:08 jmc Exp $
# $NetBSD: Makefile.gzboot,v 1.11 2005/03/18 08:50:07 bsh Exp $
NOMAN= # defined
.include <bsd.obj.mk> # Pull in OBJDIR name rules.
.include <bsd.own.mk>
EVBARM_STAND= ${S}/arch/evbarm/stand