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