Makefile.inc revision 1.13
1# $NetBSD: Makefile.inc,v 1.13 2002/04/09 18:06:45 matt Exp $ 2# 3# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 4# 5 6KERNEL_SETS= GENERIC 7BUILD_KERNELS= INSTALL 8 9INSTALLATION_DIRS+= installation \ 10 installation/bootfs \ 11 installation/netboot 12 13snap_md_post: 14.ifndef UPDATE 15 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 16.endif 17 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 18 cd ${.CURDIR}/../distrib/vax && ${MAKE} release 19 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 20 21iso-image_md_pre: 22 cp -f ${RELEASEDIR}/installation/netboot/netbsd.ram.gz \ 23 ${RELEASEDIR}/netbsd 24 cp -f ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} 25 26iso-image_md_post: 27 ${INSTALLBOOT} -m ${MACHINE} \ 28 ${RELEASEDIR}/installation/cdrom/netbsd-${MACHINE}.iso \ 29 ${DESTDIR}/usr/mdec/xxboot 30