10 lines
194 B
Makefile
10 lines
194 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/05/02 18:02:28 lukem Exp $
|
|
|
|
IMAGE= sysinst.fs
|
|
IMAGESIZE?= 1440k
|
|
MAKEDEVTARGETS= floppy
|
|
USE_SYSINST= yes
|
|
MAKEFS_FLAGS= -f 10
|
|
|
|
.include "../common/Makefile.images"
|