b053ad40a5
to incorporate the OS name and version. XXX should also not hardcode ${BOOTDISK} in the name, but that would require reordering stuff and more testing than I have time for right now. Another day. As discussed on current-users@ back in March, with some adjustments.
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/08/17 16:56:36 riz Exp $
|
|
|
|
LIVEIMGBASE= NetBSD-${DISTRIBVER}-sun2-live-sd0root # gives ${IMGBASE}.img
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
KERN_SET= kern-GENERIC
|
|
BOOTDISK= sd0
|
|
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"
|