16 lines
504 B
Makefile
16 lines
504 B
Makefile
# $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
|