1 1.2 tsutsui # $NetBSD: Makefile.inc,v 1.2 2001/03/26 10:27:15 tsutsui Exp $ 2 1.1 tsutsui 3 1.2 tsutsui # These are put in ${RELEASEDIR} by "make release" in distrib/sun3 4 1.2 tsutsui # after it builds and patches in the installation ramdisk image. 5 1.1 tsutsui BUILD_KERNELS+= INSTALL 6 1.2 tsutsui 7 1.2 tsutsui # These are just built and copied to the release area. 8 1.2 tsutsui EXTRA_KERNELS+= GENERIC_TINY 9 1.1 tsutsui 10 1.1 tsutsui snap_md_post: 11 1.1 tsutsui .ifndef UPDATE 12 1.1 tsutsui cd ${.CURDIR}/../distrib && ${MAKE} cleandir 13 1.1 tsutsui .endif 14 1.1 tsutsui cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 15 1.1 tsutsui cd ${.CURDIR}/../distrib/news68k && ${MAKE} release 16 1.1 tsutsui cd ${.CURDIR}/../distrib/notes && ${MAKE} release 17