Move the distrib Makefile last so we get a chance to define variables

This commit is contained in:
christos 2014-01-22 00:27:36 +00:00
parent 26a64d4363
commit 1f8529dbd0

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.3 2013/05/23 20:57:35 christos Exp $
# $NetBSD: Makefile,v 1.4 2014/01/22 00:27:36 christos Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.include <bsd.kernobj.mk>
@ -16,5 +15,5 @@ release:: check_RELEASEDIR .WAIT ${HPCBOOT}
${INSTALL} -c -m ${NONBINMODE} \
${HPCBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
.include <bsd.files.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.include <bsd.obj.mk>