1 # $NetBSD: Makefile.inc,v 1.14 2002/05/02 15:09:50 lukem Exp $ 2 # 3 # etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets 4 # 5 6 KERNEL_SETS= GENERIC 7 8 BUILD_KERNELS= INSTALL 9 10 INSTALLATION_DIRS+= installation/floppy 11 12 LOCALTIME= Japan 13 14 snap_md_post: 15 .ifndef UPDATE 16 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 17 .endif 18 cd ${.CURDIR}/../distrib/notes && ${MAKE} depend && ${MAKE} 19 cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} dependall 20 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 21 cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release 22 cd ${.CURDIR}/../sys/arch/x68k/stand/loadbsd && ${MAKE} release 23 ${MAKESUMS} -t ${RELEASEDIR}/installation/floppy '*.gz' 24