Makefile.inc revision 1.11
1# $NetBSD: Makefile.inc,v 1.11 2002/03/29 04:45:38 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