1 # $NetBSD: Makefile.inc,v 1.4 2002/05/02 15:38:07 lukem Exp $ 2 3 KERNEL_SETS= GENERIC 4 5 BUILD_KERNELS+= INSTALL 6 7 INSTALLATION_DIRS+= installation/floppy \ 8 installation/diskimage \ 9 installation/instkernel \ 10 installation/netboot \ 11 installation/misc 12 13 snap_md_post: 14 .ifndef UPDATE 15 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 16 .endif 17 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 18 cd ${.CURDIR}/../distrib/alpha && ${MAKE} release 19 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 20 cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release 21