2008-03-18 07:20:36 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.7 2008/03/18 04:20:37 lukem Exp $
|
2000-07-22 06:33:53 +04:00
|
|
|
#
|
|
|
|
# etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
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
|
2000-07-22 06:33:53 +04:00
|
|
|
|
|
|
|
snap_md_post:
|
2002-06-05 17:49:33 +04:00
|
|
|
# install boot image in installation directory
|
2003-01-03 18:34:30 +03:00
|
|
|
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \
|
2008-03-18 07:20:36 +03:00
|
|
|
${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot
|