blob: face75fdb4e9a45cb2d7434326eaab86689c39c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile.liveimage,v 1.2 2018/12/15 18:03:17 gson Exp $
.include <bsd.own.mk>
KERN_SET= kern-GENERIC
PRIMARY_BOOT= bootxx_ffsv1
SECONDARY_BOOT= boot
SECONDARY_BOOT_ARG= # unnecessary
USE_MBR= yes
.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
|