Home | History | Annotate | Line # | Download | only in install
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2002/04/12 21:11:47 leo Exp $
      2 
      3 IMAGESIZE?=	1440k
      4 IMAGEENDIAN=	be
      5 MAKEDEVTARGETS=	floppy
      6 ARCHDIR=	${.CURDIR}/.
      7 IMAGE=		sysinst.fs
      8 USE_SYSINST=	yes
      9 MAKEFS_FLAGS=	-f 10
     10 
     11 .include "../common/Makefile.images"
     12 
     13 
     14 #.include <bsd.prog.mk>
     15