2002-03-08 02:12:54 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.4 2002/03/07 23:12:54 bjh21 Exp $
|
2000-07-19 20:49:08 +04:00
|
|
|
#
|
2001-03-12 17:10:03 +03:00
|
|
|
# etc.arm26/Makefile.inc -- arm26-specific etc Makefile targets
|
2000-07-19 20:49:08 +04:00
|
|
|
#
|
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC FOURMEG
|
2002-03-08 02:12:54 +03:00
|
|
|
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
|
|
|
|
|
|
|
# install bootloader into installation directory
|
|
|
|
cp -p ${DESTDIR}/usr/mdec/boot26,ffa ${RELEASEDIR}/installation/.
|
|
|
|
|
|
|
|
# compute checksums
|
|
|
|
sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation '*'
|