1#	$NetBSD: Makefile,v 1.4 2009/09/20 22:50:50 abs Exp $
2
3BOOTMODEL=	big
4IMAGE=		ramdisk-${BOOTMODEL}.fs
5IMAGESIZE=	5000k
6IMAGEDEPENDS= 	
7USE_SYSINST=	yes
8SMALLPROG_INET6=1
9
10.include "${.CURDIR}/../common/Makefile.ramdisk"
11.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
12
13.if ${USE_INET6} != "no"
14LISTS+=		${DISTRIBDIR}/common/list.inet6
15.endif
16
17MAKEFS_FLAGS+=	-f 20
18