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