7533a60e6a
- use ${DISTRIBDIR} as appropriate - use ${DISTRIBDIR}/common/list.sysinst if USE_SYSINST is defined, removing any replicated list info - define USE_SYSINST in the sysinst-using ramdisks - replace MAKEDEV_DEVS with MAKEDEVTARGETS
10 lines
268 B
Makefile
10 lines
268 B
Makefile
# $NetBSD: Makefile,v 1.18 2002/02/08 05:02:18 lukem Exp $
|
|
|
|
BOOTMODEL= tiny
|
|
IMAGE= ramdisk-rescue${BOOTMODEL}.fs
|
|
IMAGESIZE= 1440k
|
|
MAKEDEVTARGETS= std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 pty0 ttyv0
|
|
MAKEFS_FLAGS= -f 20
|
|
|
|
.include "${.CURDIR}/../common/Makefile.ramdisk"
|