blob: 5946d8be23cbb172279bf654880fb72b75899a8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.inc,v 1.8 2023/02/11 19:12:31 tsutsui 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
BUILD_KERNELS= RAMDISK
snap_md_post:
# install boot image in installation directory
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \
${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot
|