1 # $NetBSD: Makefile.inc,v 1.7 1999/12/24 17:03:34 minoura Exp $ 2 # 3 # etc.x68k/Makefile.inc -- x68k-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+= SMALL 9 BUILD_KERNELS+= INSTALL INSTALL_SMALL 10 11 LOCALTIME= Japan 12 13 INSTALLATION_DIRS+= installation/floppy \ 14 installation/misc 15 16 snap_md_post: 17 .ifndef UPDATE 18 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 19 .endif 20 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 21 cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release 22 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 23