1 # $NetBSD: Makefile,v 1.11 2002/05/02 18:02:19 lukem Exp $ 2 3 .include <bsd.own.mk> 4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6 FLOPPYBASE= cdhdtape 7 FLOPPYSIZE= 5760 8 FLOPPYMETAFILE!=printf "tapelabel USTAR.volsize.%o" ${FLOPPYSIZE} 9 FLOPPYFILES= boot ${FLOPPYMETAFILE} netbsd 10 FLOPPYMAX= 1 11 12 MDEC= ${DESTDIR}/usr/mdec 13 KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR} 14 FLOPPY_NETBSD= ${KERNOBJ}/netbsd.INSTALL.gz 15 FLOPPY_BOOT= ${MDEC}/ustarboot 16 FLOPPYINSTBOOT=\ 17 "${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}" 18 19 .include "${DISTRIBDIR}/common/Makefile.tarfloppy" 20 21 release: check_RELEASEDIR .WAIT ${FLOPPYBASE}1.fs 22 ${RELEASE_INSTALL} ${FLOPPYBASE}1.fs \ 23 ${RELEASEDIR}/installation/diskimage/cdhdtape 24 25 .include <bsd.prog.mk> 26