xref: /netbsd/etc/etc.x68k/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.15 2002/05/07 14:11:37 isaki Exp $
2#
3#	etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC
7
8BUILD_KERNELS=		INSTALL
9
10INSTALLATION_DIRS+=	installation/floppy \
11			installation/misc
12
13LOCALTIME=		Japan
14
15snap_md_post:
16.ifndef UPDATE
17	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
18.endif
19	cd ${.CURDIR}/../distrib/notes && ${MAKE} depend && ${MAKE}
20	cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} dependall
21	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
22	cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
23	cd ${.CURDIR}/../sys/arch/x68k/stand/loadbsd && ${MAKE} release
24	${MAKESUMS} -t ${RELEASEDIR}/installation/floppy '*.gz'
25