23 lines
610 B
Makefile
23 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.28 2015/01/29 20:47:12 joerg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
FLOPPYBASE= boot
|
|
FLOPPYSIZE= 2880
|
|
FLOPPYFILES= boot netbsd
|
|
FLOPPYMAX= 3
|
|
FLOPPYSUFFIX= .fs
|
|
|
|
FLOPPY_RELEASEDIR= installation/floppy
|
|
|
|
MDEC= ${DESTDIR}/usr/mdec
|
|
KERNOBJ!= cd ${.CURDIR}/../md-kernel && ${PRINTOBJDIR}
|
|
FLOPPY_NETBSD= ${KERNOBJ}/netbsd-INSTALL.gz
|
|
FLOPPY_BOOT= ${MDEC}/ofwboot
|
|
FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} -v -m ${MACHINE} -t raw -B 17 @IMAGE@ ${MDEC}/bootxx ${FLOPPY_BOOT}"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
|
|
|
|
.include <bsd.prog.mk>
|