2000-11-11 23:56:46 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 2000/11/11 20:56:46 matt Exp $
|
1996-02-02 19:10:13 +03:00
|
|
|
#
|
|
|
|
# etc.arm32/Makefile.inc -- arm32-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
1999-02-05 06:01:49 +03:00
|
|
|
# Set this for any kernels beyond GENERIC you want to include
|
|
|
|
# in the distribution.
|
2000-11-11 23:56:46 +03:00
|
|
|
EXTRA_KERNELS+= A7000 CATS EBSA285 RISCPC SHARK \
|
|
|
|
A7INST CATSINST RPCINST SHARKINST
|
2000-07-22 06:33:06 +04:00
|
|
|
|
|
|
|
# Build the release notes and boot floppies and install them
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/arm32 && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
|
|
|
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppies '*.gz'
|