mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 17:20:03 -04:00
9 lines
194 B
Makefile
9 lines
194 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $
|
|
|
|
BOOTMODEL= small
|
|
IMAGE= ramdisk-${BOOTMODEL}.fs
|
|
IMAGESIZE= 1704k
|
|
USE_SYSINST= yes
|
|
|
|
.include "${.CURDIR}/../common/Makefile.ramdisk"
|