1 1.19 christos # $NetBSD: Makefile,v 1.19 2025/07/23 15:26:07 christos Exp $ 2 1.1 mrg 3 1.8 lukem .include <bsd.own.mk> 4 1.8 lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.8 lukem 6 1.9 lukem .include <bsd.kernobj.mk> 7 1.1 mrg 8 1.9 lukem .include "${.CURDIR}/../instfs/Makefile.instfs" 9 1.9 lukem IMAGE= install.fs 10 1.19 christos IMAGESIZE= 13m 11 1.9 lukem 12 1.9 lukem IMAGETAR= instfs.tgz 13 1.9 lukem IMAGETAR_RELEASEDIR= installation/misc 14 1.9 lukem 15 1.9 lukem MDSETTARGETS= INSTALL ${IMAGE} - 16 1.9 lukem MDSET_RELEASEDIR= binary/kernel 17 1.9 lukem 18 1.16 martin SMALLPROG_INET6=1 19 1.16 martin .if ${USE_INET6} != "no" 20 1.16 martin LISTS+= ${DISTRIBDIR}/common/list.inet6 21 1.16 martin .endif 22 1.16 martin 23 1.9 lukem # Use stubs to eliminate some large stuff from libc 24 1.9 lukem HACKSRC= ${DISTRIBDIR}/utils/libhack 25 1.9 lukem .include "${HACKSRC}/Makefile.inc" 26 1.9 lukem ${CRUNCHBIN}: libhack.o 27 1.11 martin 28 1.9 lukem .include "${DISTRIBDIR}/common/Makefile.crunch" 29 1.13 joerg .include "${DISTRIBDIR}/common/Makefile.dhcpcd" 30 1.9 lukem .include "${DISTRIBDIR}/common/Makefile.makedev" 31 1.9 lukem .include "${DISTRIBDIR}/common/Makefile.image" 32 1.9 lukem .include "${DISTRIBDIR}/common/Makefile.mdset" 33 1.1 mrg 34 1.8 lukem .include <bsd.prog.mk> 35