1 1.1 thorpej # $NetBSD: Makefile,v 1.1 2024/01/07 00:57:13 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej IMAGE= inst-ramdisk.fs 4 1.1 thorpej IMAGESIZE= 4000k 5 1.1 thorpej IMAGEDEPENDS= 6 1.1 thorpej USE_SYSINST= yes 7 1.1 thorpej SMALLPROG_INET6=1 8 1.1 thorpej 9 1.1 thorpej .include "${.CURDIR}/../common/Makefile.ramdisk" 10 1.1 thorpej 11 1.1 thorpej .if ${USE_INET6} != "no" 12 1.1 thorpej LISTS+= ${DISTRIBDIR}/common/list.inet6 13 1.1 thorpej .endif 14