Put boot32,ffa into the release tree so people can use it for booting ramdisk
kernels.
This commit is contained in:
parent
aebe480082
commit
47a6970dac
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.9 2003/01/03 15:34:37 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.10 2003/08/02 18:02:36 bjh21 Exp $
|
||||
#
|
||||
# etc.acorn32/Makefile.inc -- acorn32-specific etc Makefile targets
|
||||
#
|
||||
@ -11,5 +11,7 @@ INSTALLATION_DIRS+= installation/kernel \
|
||||
installation/misc
|
||||
|
||||
snap_md_post:
|
||||
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot32,ffa \
|
||||
${RELEASEDIR}/${MACHINE}/installation/misc
|
||||
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/kernel '*.gz'
|
||||
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.gz'
|
||||
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.gz' boot32,ffa
|
||||
|
Loading…
Reference in New Issue
Block a user