NetBSD/etc/etc.acorn26/Makefile.inc

24 lines
676 B
PHP
Raw Normal View History

2002-04-19 04:05:25 +04:00
# $NetBSD: Makefile.inc,v 1.4 2002/04/19 00:05:25 bjh21 Exp $
2000-07-19 20:49:08 +04:00
#
2002-03-25 00:20:38 +03:00
# etc.acorn26/Makefile.inc -- acorn26-specific etc Makefile targets
2000-07-19 20:49:08 +04:00
#
KERNEL_SETS= GENERIC FOURMEG
2002-04-19 04:05:25 +04:00
BUILD_KERNELS= INSTALL
INSTALLATION_DIRS+= installation/misc
snap_md_post:
.ifndef UPDATE
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
.endif
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
2002-04-19 04:05:25 +04:00
cd ${.CURDIR}/../distrib/acorn26 && ${MAKE} release
# install bootloader into installation directory
cp -p ${DESTDIR}/usr/mdec/boot26,ffa ${RELEASEDIR}/installation/misc/.
# compute checksums
${MAKESUMS} -t ${RELEASEDIR}/installation/misc 'boot26,ffa'