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