Module Name:    src
Committed By:   christos
Date:           Wed Jan 22 00:27:36 UTC 2014

Modified Files:
        src/distrib/hpcarm/stand: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/hpcarm/stand/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/hpcarm/stand/Makefile
diff -u src/distrib/hpcarm/stand/Makefile:1.3 src/distrib/hpcarm/stand/Makefile:1.4
--- src/distrib/hpcarm/stand/Makefile:1.3	Thu May 23 16:57:35 2013
+++ src/distrib/hpcarm/stand/Makefile	Tue Jan 21 19:27:36 2014
@@ -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 ${HPCBO
 	${INSTALL} -c -m ${NONBINMODE} \
 		${HPCBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
 
-.include <bsd.files.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 .include <bsd.obj.mk>

Reply via email to