1 # $NetBSD: Makefile.inc,v 1.1 2000/07/22 02:33:53 briggs Exp $ 2 # 3 # etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets 4 # 5 6 # Set this for any kernels beyond GENERIC you want to include 7 # in the distribution. 8 EXTRA_KERNELS+= 9 10 # Build the release notes and install them 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/notes && ${MAKE} release 17