2008-03-18 07:20:36 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.10 2008/03/18 04:20:36 lukem 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
|
|
|
#
|
|
|
|
|
2007-07-24 14:49:23 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
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 \
|
2008-03-18 07:20:36 +03:00
|
|
|
${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
|
2002-03-08 02:12:54 +03:00
|
|
|
|
|
|
|
# compute checksums
|
2008-03-18 07:20:36 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc 'boot26,ffa'
|