Expand PMF_FN_* macros.
[netbsd-mini2440.git] / distrib / sparc / cdroms / installcd / Makefile
blob5e8558bd5ded0382c1ff4bc84df1c3f454ed95b7
1 # $NetBSD: $
2 CDBASE= sparccd # gives ${CDBASE}.iso
3 CDRELEASE= true # include $RELEASEDIR/$MACHINE
5 # for PRINTOBJDIR
6 .include <bsd.own.mk>
8 CDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc/bootfs && ${PRINTOBJDIR}
9 CDBOOTIMAGE= ${CDBOOTIMAGEDIR}/boot.fs
10 SUN_BOOT_ARGS:= ${CDBOOTIMAGE} ${CDBOOTIMAGE} ${CDBOOTIMAGE} - -
11 image_md_post:
12 SUNLABEL=${TOOL_SUNLABEL:Q} \
13 ${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
14 ${CDBASE}.iso ${SUN_BOOT_ARGS}
17 .include "${.CURDIR}/../../../common/Makefile.bootcd"