Makefile.inc revision 1.1
11.1Sscw#	$NetBSD: Makefile.inc,v 1.1 2000/11/24 19:49:40 scw Exp $
21.1Sscw#
31.1Sscw#	etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
41.1Sscw#
51.1Sscw
61.1Sscw# These are packaged and distributed
71.1SscwEXTRA_KERNELS+= VME147 VME162 VME167 VME172 VME177
81.1Sscw
91.1Sscw# These are for use by the bootfloppy construction tools
101.1SscwBUILD_KERNELS+= RAMDISK
111.1SscwINSTALLATION_DIRS += installation/miniroot
121.1SscwINSTALLATION_DIRS += installation/netboot
131.1SscwINSTALLATION_DIRS += installation/tapeimage
141.1Sscw
151.1Sscw# Tar up extra kernel sets.
161.1Sscw# Build the boot floppies and install them
171.1Sscwsnap_md_post:
181.1Sscw.ifndef UPDATE
191.1Sscw	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
201.1Sscw.endif
211.1Sscw	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
221.1Sscw	cd ${.CURDIR}/../distrib/mvme68k && ${MAKE} release
231.1Sscw	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
241.1Sscw	cp -p ${DESTDIR}/usr/mdec/sboot ${RELEASEDIR}/installation/netboot
251.1Sscw	cp -p ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}/installation/netboot
261.1Sscw	cp -p ${DESTDIR}/usr/mdec/stboot ${RELEASEDIR}/installation/tapeimage
271.1Sscw	cp -p ${DESTDIR}/usr/mdec/bootst ${RELEASEDIR}/installation/tapeimage
281.1Sscw	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/miniroot
291.1Sscw	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/netboot
301.1Sscw	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/tapeimage
311.1Sscw
32