Makefile.inc revision 1.12
1# $NetBSD: Makefile.inc,v 1.12 2002/03/29 22:14:20 matt Exp $ 2# 3# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 4# 5 6KERNEL_SETS= GENERIC 7BUILD_KERNELS= INSTALL 8 9UUDECODE?= uudecode 10 11distribution: pcs750.bin 12 13pcs750.bin: ${.CURDIR}/etc.vax/pcs750.bin.uu 14 ${UUDECODE} ${.ALLSRC} 15 16CLEANFILES+= pcs750.bin 17INSTALLATION_DIRS+= installation \ 18 installation/bootfs \ 19 installation/netboot 20 21snap_md_post: 22.ifndef UPDATE 23 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 24.endif 25 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 26 cd ${.CURDIR}/../distrib/vax && ${MAKE} release 27 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 28 29iso-image_md_pre: 30 cp -f ${RELEASEDIR}/installation/netboot/netbsd.ram.gz \ 31 ${RELEASEDIR}/netbsd 32 cp -f ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} 33 34iso-image_md_post: 35.if ${USETOOLS} == "yes" 36 ${TOOLDIR}/bin/nbvax-installboot \ 37 ${RELEASEDIR}/installation/cdrom/netbsd-${MACHINE}.iso \ 38 ${DESTDIR}/usr/mdec/xxboot 39.else 40 ${DESTDIR}/usr/mdec/installboot \ 41 ${RELEASEDIR}/installation/cdrom/netbsd-${MACHINE}.iso \ 42 ${DESTDIR}/usr/mdec/xxboot 43.endif 44