xref: /netbsd/etc/etc.luna68k/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.2 2002/05/10 21:19:05 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/luna68k && ${MAKE} release
16	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
17