1 # $NetBSD: Makefile.inc,v 1.3 2001/11/29 22:45:57 thorpej Exp $ 2 3 KERNEL_SETS= GENERIC 4 5 BUILD_KERNELS+= INSTALL GENERIC_MD 6 7 INSTALLATION_DIRS+= installation 8 9 snap_md_post: 10 .ifndef UPDATE 11 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 12 .endif 13 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 14 cd ${.CURDIR}/../distrib/macppc && ${MAKE} release 15 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 16