copy zbsdmod.o into installation/ and create sums.
This commit is contained in:
parent
911f972dcf
commit
511069cd63
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.inc,v 1.2 2007/08/01 11:38:53 nonaka Exp $
|
# $NetBSD: Makefile.inc,v 1.3 2008/05/18 01:45:47 nonaka Exp $
|
||||||
#
|
#
|
||||||
# etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets
|
# etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets
|
||||||
#
|
#
|
||||||
|
@ -6,3 +6,8 @@
|
||||||
KERNEL_SETS= GENERIC
|
KERNEL_SETS= GENERIC
|
||||||
|
|
||||||
BUILD_KERNELS= INSTALL
|
BUILD_KERNELS= INSTALL
|
||||||
|
|
||||||
|
# zaurus specific distrib stuff
|
||||||
|
snap_md_post:
|
||||||
|
cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release
|
||||||
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*'
|
||||||
|
|
Loading…
Reference in New Issue