Home | History | Annotate | Line # | Download | only in bootfloppy
Makefile revision 1.2
      1  1.2  christos #	$NetBSD: Makefile,v 1.2 2011/09/21 16:13:51 christos Exp $
      2  1.1   tsutsui 
      3  1.1   tsutsui .include <bsd.own.mk>
      4  1.1   tsutsui .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1   tsutsui 
      6  1.1   tsutsui FLOPPYBASE=	boot
      7  1.1   tsutsui FLOPPYSIZE=	1989	# 2D excluding cylinder 0 side 0
      8  1.1   tsutsui FLOPPYFILES=	boot netbsd
      9  1.2  christos FLOPPYMAX=	3
     10  1.1   tsutsui FLOPPYSUFFIX=	.fs
     11  1.1   tsutsui 
     12  1.1   tsutsui FLOPPY_RELEASEDIR=	installation/floppy
     13  1.1   tsutsui 
     14  1.1   tsutsui MDEC=		${DESTDIR}/usr/mdec
     15  1.1   tsutsui KERNOBJ!=	cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
     16  1.1   tsutsui FLOPPY_BOOT=	${MDEC}/boot
     17  1.1   tsutsui FLOPPY_NETBSD=	${KERNOBJ}/netbsd-RAMDISK.gz
     18  1.1   tsutsui FLOPPYINSTBOOT=	"dd if=${MDEC}/bootxx_ustarfs of=@IMAGE@ conv=notrunc"
     19  1.1   tsutsui 
     20  1.1   tsutsui .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     21  1.1   tsutsui 
     22  1.1   tsutsui .include <bsd.prog.mk>
     23