Makefile.inc revision 1.10
1#	$NetBSD: Makefile.inc,v 1.10 2002/04/16 13:39:19 leo Exp $
2#
3#	etc.atari/Makefile.inc -- atari-specific etc Makefile targets
4#
5
6KERNEL_SETS=		BOOT HADES MILAN-ISAIDE MILAN-PCIIDE
7
8EXTRA_KERNELS=		ATARITT BOOTX FALCON
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