summaryrefslogtreecommitdiff
path: root/etc/etc.hp300
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2008-03-18 04:20:36 +0000
committerlukem <lukem@NetBSD.org>2008-03-18 04:20:36 +0000
commit2c1c2b60b2e45dcda990dcdec9b7c96819ff5c25 (patch)
tree7652eaf2a0d42ac5aff45f0cd106d88976c7e488 /etc/etc.hp300
parent5e0e0b0a5929e4cb83b7fe7f052a29d08b3a8883 (diff)
Convert all the etc/etc.*/Makefile.inc to use RELEASEDIR/RELEASEMACHINEDIR
just like etc/Makefile does.
Diffstat (limited to 'etc/etc.hp300')
-rw-r--r--etc/etc.hp300/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc
index e8dbea8318e..5887522c40b 100644
--- a/etc/etc.hp300/Makefile.inc
+++ b/etc/etc.hp300/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.20 2007/07/24 10:49:25 pavel Exp $
+# $NetBSD: Makefile.inc,v 1.21 2008/03/18 04:20:37 lukem Exp $
#
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
#
@@ -19,5 +19,5 @@ snap_md_post:
.endif
cd ${KERNSRCDIR}/arch/hp300/stand && \
${MAKE} depend && ${MAKE} && ${MAKE} release
- ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/miniroot '*.fs*'
- ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc 'SYS*'
+ ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*'
+ ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc 'SYS*'