Home | History | Annotate | Line # | Download | only in ramdisk-zfsroot
      1 #	$NetBSD: Makefile,v 1.2 2020/03/02 16:04:49 roy Exp $
      2 
      3 IMAGE=			ramdisk-zfsroot.fs
      4 IMAGESIZE=		5000k
      5 IMAGEDEPENDS=
      6 MAKEDEVTARGETS=		all
      7 CRUNCHENV=		INIT_CHROOT=1
      8 SMALLPROG_INET6=	1
      9 
     10 # Build as re-entrant because zpool requires libhack built this way.
     11 CPPFLAGS+=		-D_REENTRANT
     12 
     13 LISTS+=			${DISTRIBDIR}/common/list.zfsroot
     14 
     15 .include "${.CURDIR}/../common/Makefile.ramdisk"
     16 .include "${DISTRIBDIR}/common/Makefile.makedev"
     17 
     18 LISTS+=			${.CURDIR}/list
     19 
     20 MTREECONF+=		${DISTRIBDIR}/common/mtree.zfsroot
     21