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