Makefile.inc revision 1.9
1# $NetBSD: Makefile.inc,v 1.9 2002/03/31 16:07:54 bjh21 Exp $ 2# 3# etc.atari/Makefile.inc -- atari-specific etc Makefile targets 4# 5 6KERNEL_SETS= GENERIC 7 8EXTRA_KERNELS= ATARITT BOOT BOOTX FALCON HADES 9 10INSTALLATION_DIRS+= installation/miniroot \ 11 installation/misc 12 13snap_md_post: 14.ifndef UPDATE 15 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 16.endif 17 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 18 cd ${.CURDIR}/../distrib/miniroot && ${MAKE} && ${MAKE} release 19 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 20# ${MAKESUMS} -t ${RELEASEDIR}/installation/miniroot '*.gz' 21