diff --git a/distrib/zaurus/instkernel/Makefile b/distrib/zaurus/instkernel/Makefile index 5bcfa1ed1fe7..a87b88c5ac0e 100644 --- a/distrib/zaurus/instkernel/Makefile +++ b/distrib/zaurus/instkernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/01/28 11:21:56 nonaka Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/28 11:43:28 nonaka Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -9,7 +9,9 @@ RAMDISK= ${RAMDISKDIR}/ramdisk.fs MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL MDSET_RELEASEDIR= installation/kernel +MDSET_NOGZIP= # defined MDSET_NOSTRIP= # defined +MDSET_NOSYMBOLS= # defined .include "${DISTRIBDIR}/common/Makefile.mdset" diff --git a/etc/etc.zaurus/Makefile.inc b/etc/etc.zaurus/Makefile.inc index 27c13762346b..2e508a8ddf46 100644 --- a/etc/etc.zaurus/Makefile.inc +++ b/etc/etc.zaurus/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.4 2009/01/28 11:21:55 nonaka Exp $ +# $NetBSD: Makefile.inc,v 1.5 2009/01/28 11:43:28 nonaka Exp $ # # etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets # @@ -13,4 +13,4 @@ INSTALLATION_DIRS+= installation/kernel snap_md_post: cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*' - ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz' + ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*'