1 # $NetBSD: Makefile.inc,v 1.3 2001/11/29 22:45:54 thorpej 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/tapeimage \ 12 installation/misc 13 14 snap_md_post: 15 .ifndef UPDATE 16 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 17 .endif 18 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 19 cd ${.CURDIR}/../distrib/alpha && ${MAKE} release 20 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 21 cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release 22