Makefile.inc revision 1.7
1#	$NetBSD: Makefile.inc,v 1.7 2000/11/04 21:15:36 leo Exp $
2#
3#	etc.atari/Makefile.inc -- atari-specific etc Makefile targets
4#
5
6# Set this for any kernels beyond GENERIC you want to include
7# in the distribution.
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#	sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/miniroot '*.gz'
21