1#	$NetBSD$
2
3IMAGE=		ramdisk-cgdroot.fs
4IMAGESIZE=	5000k
5IMAGEDEPENDS= 	
6CRUNCHENV=	INIT_CHROOT=1
7SMALLPROG_INET6=1
8
9.include "${.CURDIR}/../common/Makefile.ramdisk"
10
11LISTS+=		${DISTRIBDIR}/common/list.cgdroot
12MTREECONF+=	${DISTRIBDIR}/common/mtree.cgdroot
13
14.if ${USE_INET6} != "no"
15LISTS+=		${DISTRIBDIR}/common/list.inet6
16.endif
17