Makefile.inc revision 1.14
1#	$NetBSD: Makefile.inc,v 1.14 2000/09/17 19:04:39 is Exp $
2#
3#	etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
4#
5
6# Set this for any kernels beyond GENERIC you want to include
7# in the distribution.
8EXTRA_KERNELS+=INSTALL INSTWDCPCM
9
10INSTALLATION_DIRS+=	installation/miniroot \
11			installation/misc
12  
13snap_md_post:
14#	(cd $(SRCTOP)/distrib/miniroot; ${MAKE} release)
15.ifndef UPDATE
16	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
17.endif
18	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
19	cd ${.CURDIR}/../distrib/miniroot && ${MAKE} && ${MAKE} release
20	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
21#	sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/miniroot '*.gz'
22