Makefile.inc revision 1.21
1#	$NetBSD: Makefile.inc,v 1.21 2008/03/18 04:20:37 lukem Exp $
2#
3#	etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
4#
5
6# If you change the list of distributed kernels, don't forget
7# to update the release documentation in distrib/notes/common/contents
8
9KERNEL_SETS=		GENERIC
10
11BUILD_KERNELS=		INSTALL RAMDISK
12
13INSTALLATION_DIRS+=	installation/miniroot	\
14			installation/misc
15
16snap_md_post:
17.ifndef UPDATE
18	cd ${KERNSRCDIR}/arch/hp300/stand && ${MAKE} cleandir
19.endif
20	cd ${KERNSRCDIR}/arch/hp300/stand && \
21	    ${MAKE} depend && ${MAKE} && ${MAKE} release
22	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.fs*'
23	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc 'SYS*'
24