1 1.16 martin # $NetBSD: Makefile,v 1.16 2018/12/18 12:55:38 martin Exp $ 2 1.7 thorpej 3 1.7 thorpej .include <bsd.own.mk> 4 1.10 lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.1 ross 6 1.9 lukem FLOPPYBASE= disk 7 1.16 martin FLOPPYSUFFIX= of4 8 1.9 lukem FLOPPYSIZE= 2880 9 1.9 lukem FLOPPYFILES= boot netbsd 10 1.16 martin FLOPPYMAX= 4 11 1.1 ross 12 1.11 lukem FLOPPY_RELEASEDIR= installation/floppy 13 1.11 lukem 14 1.1 ross MDEC= ${DESTDIR}/usr/mdec 15 1.9 lukem KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR} 16 1.12 matt FLOPPY_NETBSD= ${KERNOBJ}/netbsd.gz 17 1.9 lukem FLOPPY_BOOT= ${MDEC}/ustarboot 18 1.14 lukem FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} -v -m ${MACHINE} -t raw -b 17 @IMAGE@ ${FLOPPY_BOOT}" 19 1.4 veego 20 1.9 lukem .include "${DISTRIBDIR}/common/Makefile.tarfloppy" 21 1.1 ross 22 1.9 lukem .include <bsd.prog.mk> 23