xref: /netbsd/etc/etc.hp300/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.16 2002/05/02 15:09:43 lukem Exp $
2#
3#	etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC
7
8BUILD_KERNELS=		INSTALL RAMDISK
9
10INSTALLATION_DIRS+=	installation/miniroot	\
11			installation/misc
12
13# Build the boot media and install notes and install them
14snap_md_post:
15.ifndef UPDATE
16	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
17	cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} cleandir
18.endif
19	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
20	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
21	cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
22	cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release
23	cd ${.CURDIR}/../sys/arch/hp300/stand && \
24	  ${MAKE} depend && ${MAKE} && ${MAKE} release
25	${MAKESUMS} -t ${RELEASEDIR}/installation/misc 'SYS*'
26