Home | History | Annotate | Line # | Download | only in ramdisk-cgdroot
      1 #	$NetBSD: Makefile,v 1.1 2013/07/15 00:22:10 khorben Exp $
      2 
      3 IMAGE=		ramdisk-cgdroot.fs
      4 IMAGESIZE=	5000k
      5 IMAGEDEPENDS= 	
      6 CRUNCHENV=	INIT_CHROOT=1
      7 SMALLPROG_INET6=1
      8 
      9 .include "${.CURDIR}/../common/Makefile.ramdisk"
     10 
     11 LISTS+=		${DISTRIBDIR}/common/list.cgdroot
     12 MTREECONF+=	${DISTRIBDIR}/common/mtree.cgdroot
     13 
     14 .if ${USE_INET6} != "no"
     15 LISTS+=		${DISTRIBDIR}/common/list.inet6
     16 .endif
     17