Makefile.inc revision 1.1
1#	$NetBSD: Makefile.inc,v 1.1 2002/05/08 13:50:22 jdolecek Exp $
2#
3#	etc.luna68k/Makefile.inc -- luna68k-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC
7
8INSTALLATION_DIRS+=	installation/netboot
9
10snap_md_post:
11.ifndef UPDATE
12	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
13.endif
14	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
15	cd ${.CURDIR}/../distrib/prep && ${MAKE} release
16	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
17