summaryrefslogtreecommitdiff
path: root/distrib/amd64/ramdisks/ramdisk-cgdroot/Makefile
blob: 7be7a009f288a341e0799aa64fcf7eea7d4b7354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.1 2013/07/15 00:22:10 khorben Exp $

IMAGE=		ramdisk-cgdroot.fs
IMAGESIZE=	5000k
IMAGEDEPENDS= 	
CRUNCHENV=	INIT_CHROOT=1
SMALLPROG_INET6=1

.include "${.CURDIR}/../common/Makefile.ramdisk"

LISTS+=		${DISTRIBDIR}/common/list.cgdroot
MTREECONF+=	${DISTRIBDIR}/common/mtree.cgdroot

.if ${USE_INET6} != "no"
LISTS+=		${DISTRIBDIR}/common/list.inet6
.endif