xref: /netbsd/etc/etc.atari/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.11 2002/05/02 15:09:42 lukem 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