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:
parent
64dd54edba
commit
d608de2069
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user