mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-18 03:36:09 -04:00
18 lines
366 B
Makefile
18 lines
366 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/09/20 22:50:50 abs Exp $
|
|
|
|
BOOTMODEL= big
|
|
IMAGE= ramdisk-${BOOTMODEL}.fs
|
|
IMAGESIZE= 5000k
|
|
IMAGEDEPENDS=
|
|
USE_SYSINST= yes
|
|
SMALLPROG_INET6=1
|
|
|
|
.include "${.CURDIR}/../common/Makefile.ramdisk"
|
|
.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
|
|
|
|
.if ${USE_INET6} != "no"
|
|
LISTS+= ${DISTRIBDIR}/common/list.inet6
|
|
.endif
|
|
|
|
MAKEFS_FLAGS+= -f 20
|