1 # $NetBSD: Makefile,v 1.1 2013/07/16 02:10:43 khorben Exp $ 2 3 BOOTMODEL= big 4 IMAGE= ramdisk-cgdroot.fs 5 IMAGESIZE= 5000k 6 IMAGEDEPENDS= 7 CRUNCHENV= INIT_CHROOT=1 8 SMALLPROG_INET6=1 9 10 .include "${.CURDIR}/../common/Makefile.ramdisk" 11 12 LISTS+= ${DISTRIBDIR}/common/list.cgdroot 13 MTREECONF+= ${DISTRIBDIR}/common/mtree.cgdroot 14 15 .if ${USE_INET6} != "no" 16 LISTS+= ${DISTRIBDIR}/common/list.inet6 17 .endif 18 19 MAKEFS_FLAGS+= -f 20 20