1 1.9 lukem # $NetBSD: Makefile,v 1.9 2002/04/26 15:50:41 lukem Exp $ 2 1.1 tsubai 3 1.7 tsutsui .include <bsd.own.mk> 4 1.9 lukem .include "${NETBSDSRCDIR}/distrib/Makefile.inc" 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.8 tsutsui FLOPPYINSTDIR= installation/floppy 11 1.1 tsubai 12 1.1 tsubai MDEC= ${DESTDIR}/usr/mdec 13 1.8 tsutsui KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR} 14 1.8 tsutsui FLOPPY_NETBSD= ${KERNOBJ}/netbsd.INSTALL.gz 15 1.8 tsutsui FLOPPY_BOOT= ${MDEC}/boot 16 1.8 tsutsui # XXXDISTRIB: need MI installboot for newsmips 17 1.8 tsutsui FLOPPYINSTBOOT= "${MDEC}/installboot -v -b 17 boot ${MDEC}/bootxx @IMAGE@" 18 1.1 tsubai 19 1.8 tsutsui .include "${DISTRIBDIR}/common/Makefile.tarfloppy" 20 1.5 thorpej 21 1.8 tsutsui .include <bsd.prog.mk> 22