2003-03-01 18:36:22 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 2003/03/01 15:36:22 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
|
|
|
#
|
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC FOURMEG
|
2002-05-02 19:09:40 +04:00
|
|
|
|
2002-04-19 04:05:25 +04:00
|
|
|
BUILD_KERNELS= INSTALL
|
2002-03-08 02:12:54 +03:00
|
|
|
|
2002-03-31 20:02:30 +04:00
|
|
|
INSTALLATION_DIRS+= installation/misc
|
|
|
|
|
2002-03-08 02:12:54 +03:00
|
|
|
snap_md_post:
|
|
|
|
# install bootloader into installation directory
|
2003-03-01 18:36:22 +03:00
|
|
|
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot26,ffa \
|
2003-01-03 18:34:30 +03:00
|
|
|
${RELEASEDIR}/${MACHINE}/installation/misc
|
2002-03-08 02:12:54 +03:00
|
|
|
|
|
|
|
# compute checksums
|
2003-01-03 18:34:30 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc 'boot26,ffa'
|