Makefile.inc revision 1.3
1#	$NetBSD: Makefile.inc,v 1.3 2002/05/02 15:09:47 lukem Exp $
2#
3#	etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC GENERIC_INDY
7
8BUILD_KERNELS=		RAMDISK
9
10INSTALLATION_DIRS+=	installation/netboot
11
12snap_md_post:
13.ifndef UPDATE
14	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
15.endif
16	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
17	cd ${.CURDIR}/../distrib/prep && ${MAKE} release
18	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
19