Home | History | Annotate | Line # | Download | only in bootfloppy
Makefile revision 1.1
      1  1.1  tsutsui #	$NetBSD: Makefile,v 1.1 2005/12/29 16:01:30 tsutsui 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.1  tsutsui FLOPPYMAX=	2
     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