2000-05-31 18:33:11 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.7 2000/05/31 14:33:11 he 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
|
|
|
|
1999-02-05 06:01:49 +03:00
|
|
|
# Set this for any kernels beyond GENERIC you want to include
|
|
|
|
# in the distribution.
|
|
|
|
EXTRA_KERNELS+= DISKLESS
|
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
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} release
|
|
|
|
sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc 'SYS*'
|