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