2003-01-03 18:34:30 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.7 2003/01/03 15:34:38 lukem Exp $
|
2000-11-24 22:49:40 +03:00
|
|
|
#
|
|
|
|
# etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
KERNEL_SETS= GENERIC VME147 VME162 VME167 VME172 VME177
|
2001-11-30 01:45:53 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
BUILD_KERNELS= RAMDISK
|
2000-11-24 22:49:40 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
|
|
installation/netboot \
|
|
|
|
installation/tapeimage
|
2000-11-24 22:49:40 +03:00
|
|
|
|
|
|
|
snap_md_post:
|
2003-01-03 18:34:30 +03:00
|
|
|
.for file in netboot sboot
|
|
|
|
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/${file} \
|
|
|
|
${RELEASEDIR}/${MACHINE}/installation/netboot
|
|
|
|
.endfor
|
|
|
|
.for file in bootst stboot
|
|
|
|
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/${file} \
|
|
|
|
${RELEASEDIR}/${MACHINE}/installation/tapeimage
|
|
|
|
.endfor
|
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/netboot -all
|
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/tapeimage -all
|
2000-11-24 22:49:40 +03:00
|
|
|
|