Makefile.inc revision 1.1
1#	$NetBSD: Makefile.inc,v 1.1 2000/11/24 19:49:40 scw Exp $
2#
3#	etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
4#
5
6# These are packaged and distributed
7EXTRA_KERNELS+= VME147 VME162 VME167 VME172 VME177
8
9# These are for use by the bootfloppy construction tools
10BUILD_KERNELS+= RAMDISK
11INSTALLATION_DIRS += installation/miniroot
12INSTALLATION_DIRS += installation/netboot
13INSTALLATION_DIRS += installation/tapeimage
14
15# Tar up extra kernel sets.
16# Build the boot floppies and install them
17snap_md_post:
18.ifndef UPDATE
19	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
20.endif
21	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
22	cd ${.CURDIR}/../distrib/mvme68k && ${MAKE} release
23	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
24	cp -p ${DESTDIR}/usr/mdec/sboot ${RELEASEDIR}/installation/netboot
25	cp -p ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}/installation/netboot
26	cp -p ${DESTDIR}/usr/mdec/stboot ${RELEASEDIR}/installation/tapeimage
27	cp -p ${DESTDIR}/usr/mdec/bootst ${RELEASEDIR}/installation/tapeimage
28	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/miniroot
29	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/netboot
30	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/tapeimage
31
32