1#         $NetBSD: Makefile,v 1.5 2025/02/07 17:31:45 tsutsui Exp $
2
3LIVEIMGBASE=        NetBSD-${DISTRIBVER}-sun2-live          # gives ${IMGBASE}.img
4
5.include <bsd.own.mk>
6
7KERN_SET=           kern-GENERIC
8.if defined(EMUIMAGEMB)
9LIVEIMAGEMB=                  ${EMUIMAGEMB}
10.endif
11PRIMARY_BOOT=                 bootxx
12SECONDARY_BOOT=               ufsboot
13SECONDARY_BOOT_ARG= /${SECONDARY_BOOT}
14
15#USE_SUNLABEL=                yes                 # sun2 PROM doesn't read sunlabel
16
17# sun2 doesn't have shared libraries so omit comp etc. to reduce image size.
18SETS=               modules base etc games misc text
19
20.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
21