1 1.5 jdolecek # $NetBSD: Makefile.inc,v 1.5 2002/10/10 16:58:06 jdolecek Exp $ 2 1.3 thorpej 3 1.5 jdolecek KERNEL_SETS= GENERIC GENERIC.MP 4 1.1 ross 5 1.1 ross BUILD_KERNELS+= INSTALL 6 1.3 thorpej 7 1.1 ross INSTALLATION_DIRS+= installation/floppy \ 8 1.1 ross installation/diskimage \ 9 1.1 ross installation/instkernel \ 10 1.1 ross installation/netboot \ 11 1.1 ross installation/misc 12 1.1 ross 13 1.1 ross snap_md_post: 14 1.1 ross .ifndef UPDATE 15 1.1 ross cd ${.CURDIR}/../distrib && ${MAKE} cleandir 16 1.1 ross .endif 17 1.1 ross cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 18 1.1 ross cd ${.CURDIR}/../distrib/alpha && ${MAKE} release 19 1.1 ross cd ${.CURDIR}/../distrib/notes && ${MAKE} release 20 1.2 he cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release 21