xref: /netbsd/etc/etc.amiga/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.18 2002/05/02 15:09:42 lukem Exp $
2#
3#	etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC
7
8EXTRA_KERNELS=		INSTALL
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#	${MAKESUMS} -t ${RELEASEDIR}/installation/miniroot '*.gz'
22