NetBSD/distrib/i386/floppies/ramdisk-rescuetiny/Makefile
lukem 7533a60e6a - migrate a bunch of the common list stuff to common/list.ramdisk
- 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
2002-02-08 05:02:16 +00:00

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"