de89ac5321
kernels change.
15 lines
468 B
Makefile
15 lines
468 B
Makefile
# $NetBSD: Makefile.inc,v 1.6 2007/07/24 10:49:27 pavel Exp $
|
|
#
|
|
# etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets
|
|
#
|
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
snap_md_post:
|
|
# install boot image in installation directory
|
|
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \
|
|
${RELEASEDIR}/${MACHINE}/installation/boot
|