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