1 1.5 jdolecek # $NetBSD: Makefile.inc,v 1.5 2002/10/10 16:58:07 jdolecek Exp $ 2 1.3 thorpej 3 1.5 jdolecek KERNEL_SETS= GENERIC GENERIC.MP 4 1.1 matt 5 1.2 matt BUILD_KERNELS+= INSTALL GENERIC_MD 6 1.3 thorpej 7 1.4 lukem INSTALLATION_DIRS+= installation/floppy 8 1.1 matt 9 1.1 matt snap_md_post: 10 1.1 matt .ifndef UPDATE 11 1.1 matt cd ${.CURDIR}/../distrib && ${MAKE} cleandir 12 1.1 matt .endif 13 1.1 matt cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 14 1.1 matt cd ${.CURDIR}/../distrib/macppc && ${MAKE} release 15 1.1 matt cd ${.CURDIR}/../distrib/notes && ${MAKE} release 16