From 1f8529dbd08b69d39e4c0554ee13b54148188702 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 22 Jan 2014 00:27:36 +0000 Subject: [PATCH] Move the distrib Makefile last so we get a chance to define variables --- distrib/hpcarm/stand/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/distrib/hpcarm/stand/Makefile b/distrib/hpcarm/stand/Makefile index d6a97a0addb3..eac22fb9befc 100644 --- a/distrib/hpcarm/stand/Makefile +++ b/distrib/hpcarm/stand/Makefile @@ -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 -.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" .include @@ -16,5 +15,5 @@ release:: check_RELEASEDIR .WAIT ${HPCBOOT} ${INSTALL} -c -m ${NONBINMODE} \ ${HPCBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation -.include +.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" .include