Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2013/07/15 00:22:10 khorben Exp $ 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