Files
2014-01-15 10:53:42 +01:00

19 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/11/03 14:25:33 tsutsui Exp $
LIVEIMGBASE= NetBSD-${DISTRIBVER}-sun2-live-sd0root # gives ${IMGBASE}.img
.include <bsd.own.mk>
KERN_SET= kern-GENERIC
BOOTDISK= sd0
.if defined(EMUIMAGEMB)
LIVEIMAGEMB= ${EMUIMAGEMB}
.endif
PRIMARY_BOOT= bootxx
SECONDARY_BOOT= ufsboot
SECONDARY_BOOT_ARG= /${SECONDARY_BOOT}
#USE_SUNLABEL= yes # sun2 PROM doesn't read sunlabel
.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"