NetBSD/distrib/ews4800mips/floppies/bootfloppy/Makefile
tsutsui 136993d8c6 Add files for ews4800mips distribution.
XXX sysinst is disabled for now.
2005-12-29 16:01:30 +00:00

23 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.1 2005/12/29 16:01:30 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
FLOPPYBASE= boot
FLOPPYSIZE= 1989 # 2D excluding cylinder 0 side 0
FLOPPYFILES= boot netbsd
FLOPPYMAX= 2
FLOPPYSUFFIX= .fs
FLOPPY_RELEASEDIR= installation/floppy
MDEC= ${DESTDIR}/usr/mdec
KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
FLOPPY_BOOT= ${MDEC}/boot
FLOPPY_NETBSD= ${KERNOBJ}/netbsd-RAMDISK.gz
FLOPPYINSTBOOT= "dd if=${MDEC}/bootxx_ustarfs of=@IMAGE@ conv=notrunc"
.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
.include <bsd.prog.mk>