Home | History | Annotate | Line # | Download | only in fdset
Makefile revision 1.14.2.1
      1  1.14.2.1     tron #	$NetBSD: Makefile,v 1.14.2.1 2004/05/11 14:45:38 tron Exp $
      2       1.7  thorpej 
      3       1.7  thorpej .include <bsd.own.mk>
      4      1.10    lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5       1.1     ross 
      6       1.9    lukem FLOPPYBASE=	disk
      7  1.14.2.1     tron FLOPPYSUFFIX=	of3
      8       1.9    lukem FLOPPYSIZE=	2880
      9       1.9    lukem FLOPPYFILES=	boot netbsd
     10  1.14.2.1     tron FLOPPYMAX=	3
     11       1.1     ross 
     12      1.11    lukem FLOPPY_RELEASEDIR=	installation/floppy
     13      1.11    lukem 
     14       1.1     ross MDEC=		${DESTDIR}/usr/mdec
     15       1.9    lukem KERNOBJ!=	cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
     16      1.12     matt FLOPPY_NETBSD=	${KERNOBJ}/netbsd.gz
     17       1.9    lukem FLOPPY_BOOT=	${MDEC}/ustarboot
     18      1.14    lukem FLOPPYINSTBOOT=	"${TOOL_INSTALLBOOT} -v -m ${MACHINE} -t raw -b 17 @IMAGE@ ${FLOPPY_BOOT}"
     19       1.4    veego 
     20       1.9    lukem .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     21       1.1     ross 
     22       1.9    lukem .include <bsd.prog.mk>
     23