1 1.10 lukem # $NetBSD: Makefile,v 1.10 2002/05/02 18:02:45 lukem Exp $ 2 1.1 tsubai 3 1.7 tsutsui .include <bsd.own.mk> 4 1.10 lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.1 tsubai 6 1.8 tsutsui FLOPPYBASE= boot 7 1.8 tsutsui FLOPPYSIZE= 2880 8 1.8 tsutsui FLOPPYFILES= boot netbsd 9 1.8 tsutsui FLOPPYMAX= 2 10 1.10 lukem 11 1.10 lukem FLOPPY_RELEASEDIR= installation/floppy 12 1.1 tsubai 13 1.1 tsubai MDEC= ${DESTDIR}/usr/mdec 14 1.8 tsutsui KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR} 15 1.8 tsutsui FLOPPY_NETBSD= ${KERNOBJ}/netbsd.INSTALL.gz 16 1.8 tsutsui FLOPPY_BOOT= ${MDEC}/boot 17 1.8 tsutsui # XXXDISTRIB: need MI installboot for newsmips 18 1.8 tsutsui FLOPPYINSTBOOT= "${MDEC}/installboot -v -b 17 boot ${MDEC}/bootxx @IMAGE@" 19 1.1 tsubai 20 1.8 tsutsui .include "${DISTRIBDIR}/common/Makefile.tarfloppy" 21 1.5 thorpej 22 1.8 tsutsui .include <bsd.prog.mk> 23