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