NetBSD/distrib/sparc64/bootfs/Makefile

38 lines
1.0 KiB
Makefile
Raw Normal View History

2003-03-07 12:49:34 +03:00
# $NetBSD: Makefile,v 1.4 2003/03/07 09:49:34 lukem Exp $
2002-05-21 01:50:10 +04:00
#
# boot.fs is the image for cdrom booting.
#
# It is constructed by packaging an INSTALL kernel and ofwboot together
# into a FFS filesystem and slapping on a disklabel and bootblock.
#
2003-03-07 12:49:34 +03:00
# boot.fs along with an ISO image need to be fed to distrib/common/sunbootcd.sh
# to get a workable CDROM image.
2002-05-21 01:50:10 +04:00
#
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.include <bsd.kernobj.mk>
IMAGE= boot.fs
IMAGESIZE= 4m
IMAGEENDIAN= be
LISTS= ${.CURDIR}/list
MTREECONF= ${DISTRIBDIR}/common/mtree.dot
RAMDISKDIR!= cd ${.CURDIR}/../instfs && ${PRINTOBJDIR}
RAMDISK= ${RAMDISKDIR}/install.fs
PRIMARYBOOT= ${DESTDIR}/usr/mdec/bootblk
PARSELISTENV= RAMDISKDIR=${RAMDISKDIR:Q}
IMAGEDEPENDS= ${RAMDISKDIR}/netbsd-INSTALL.gz ${DESTDIR}/usr/mdec/ofwboot \
2002-05-21 01:50:10 +04:00
${PRIMARYBOOT}
IMAGEPOSTBUILD= ${INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} ${PRIMARYBOOT} /boot
IMAGE_RELEASEDIR= installation/misc
.include "${DISTRIBDIR}/common/Makefile.image"
.include <bsd.prog.mk>