23 lines
589 B
Makefile
23 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.15 2004/05/10 00:08:49 ross Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
FLOPPYBASE= disk
|
|
FLOPPYSUFFIX= of3
|
|
FLOPPYSIZE= 2880
|
|
FLOPPYFILES= boot netbsd
|
|
FLOPPYMAX= 3
|
|
|
|
FLOPPY_RELEASEDIR= installation/floppy
|
|
|
|
MDEC= ${DESTDIR}/usr/mdec
|
|
KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
|
|
FLOPPY_NETBSD= ${KERNOBJ}/netbsd.gz
|
|
FLOPPY_BOOT= ${MDEC}/ustarboot
|
|
FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} -v -m ${MACHINE} -t raw -b 17 @IMAGE@ ${FLOPPY_BOOT}"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
|
|
|
|
.include <bsd.prog.mk>
|