2008-03-18 07:20:36 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.13 2008/03/18 04:20:36 lukem Exp $
|
2001-11-30 17:22:33 +03:00
|
|
|
#
|
2002-01-31 05:15:28 +03:00
|
|
|
# etc.acorn32/Makefile.inc -- acorn32-specific etc Makefile targets
|
2001-11-30 17:22:33 +03: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
|
|
|
|
|
2006-08-16 23:33:52 +04:00
|
|
|
KERNEL_SETS= GENERIC NC
|
2001-11-30 17:22:33 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= installation/kernel \
|
2001-11-30 17:22:33 +03:00
|
|
|
installation/misc
|
|
|
|
|
|
|
|
snap_md_post:
|
2003-08-02 22:02:36 +04:00
|
|
|
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot32,ffa \
|
2008-03-18 07:20:36 +03:00
|
|
|
${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
|
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz'
|
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.gz' boot32,ffa
|