fee07bcfd4
bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for: alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax. mac68k/macppc no there yet because of missing feature in makefs. call iso_image in distrib/ for iso-image in the top Makefile.
18 lines
567 B
Makefile
18 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:23 bouyer Exp $
|
|
CDBASE= sparccd # gives ${CDBASE}.iso
|
|
CDRELEASE= true # include $RELEASEDIR/$MACHINE
|
|
|
|
# for PRINTOBJDIR
|
|
.include <bsd.own.mk>
|
|
|
|
CDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc/bootfs && ${PRINTOBJDIR}
|
|
CDBOOTIMAGE= ${CDBOOTIMAGEDIR}/boot.fs
|
|
SUN_BOOT_ARGS:= ${CDBOOTIMAGE} ${CDBOOTIMAGE} ${CDBOOTIMAGE} - -
|
|
image_md_post:
|
|
SUNLABEL=${TOOL_SUNLABEL:Q} \
|
|
${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
|
|
${CDBASE}.iso ${SUN_BOOT_ARGS}
|
|
|
|
|
|
.include "${.CURDIR}/../../../common/Makefile.bootcd"
|