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