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