Home | History | Annotate | Line # | Download | only in fdset
Makefile revision 1.15.94.1
      1  1.15.94.1  christos #	$NetBSD: Makefile,v 1.15.94.1 2019/06/10 21:42:16 christos 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.15.94.1  christos FLOPPYSUFFIX=	of4
      8        1.9     lukem FLOPPYSIZE=	2880
      9        1.9     lukem FLOPPYFILES=	boot netbsd
     10  1.15.94.1  christos FLOPPYMAX=	4
     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