2002-02-13 09:30:46 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.11 2002/02/13 06:30:46 gmcgarry Exp $
|
1995-09-06 20:17:41 +04:00
|
|
|
#
|
|
|
|
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
|
1999-02-05 06:01:49 +03:00
|
|
|
#
|
1995-09-06 20:17:41 +04:00
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
|
2002-02-13 09:30:46 +03:00
|
|
|
BUILD_KERNELS= INSTALL RAMDISK
|
2000-05-31 18:33:11 +04:00
|
|
|
|
|
|
|
# Build the boot media and install notes and install them
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} cleandir
|
|
|
|
.endif
|
2002-02-10 04:09:54 +03:00
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
2000-05-31 18:33:11 +04:00
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release
|
2001-04-21 21:58:21 +04:00
|
|
|
cd ${.CURDIR}/../sys/arch/hp300/stand && \
|
|
|
|
${MAKE} depend && ${MAKE} && ${MAKE} release
|
2000-05-31 18:33:11 +04:00
|
|
|
sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc 'SYS*'
|