1 1.24 christos # $NetBSD: Makefile,v 1.24 2026/03/09 21:09:00 christos Exp $ 2 1.1 chris 3 1.1 chris .include <bsd.own.mk> 4 1.1 chris .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.1 chris 6 1.1 chris IMAGE= ramdisk.fs 7 1.21 christos MAKEFS_FLAGS+= -f 14 8 1.1 chris 9 1.1 chris WARNS= 1 10 1.13 tsutsui DBG= -Os 11 1.20 matt DBG+= -mthumb -mthumb-interwork 12 1.20 matt DBG+= -DNDEBUG 13 1.1 chris 14 1.1 chris CRUNCHBIN= ramdiskbin 15 1.1 chris LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst 16 1.1 chris MTREECONF= ${DISTRIBDIR}/common/mtree.common 17 1.1 chris IMAGEENDIAN= le 18 1.1 chris MAKEDEVTARGETS= ramdisk 19 1.1 chris IMAGEDEPENDS= ${CRUNCHBIN} \ 20 1.7 abs dot.profile \ 21 1.1 chris ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \ 22 1.6 abs ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \ 23 1.11 roy ${DISTRIBDIR}/common/services 24 1.1 chris 25 1.1 chris .if ${USE_INET6} != "no" 26 1.8 abs LISTS+= ${DISTRIBDIR}/common/list.inet6 27 1.1 chris .endif 28 1.1 chris 29 1.1 chris # Use stubs to eliminate some large stuff from libc 30 1.1 chris HACKSRC= ${DISTRIBDIR}/utils/libhack 31 1.1 chris .include "${HACKSRC}/Makefile.inc" 32 1.1 chris ${CRUNCHBIN}: libhack.o 33 1.1 chris 34 1.1 chris .include "${DISTRIBDIR}/common/Makefile.crunch" 35 1.4 joerg .include "${DISTRIBDIR}/common/Makefile.dhcpcd" 36 1.1 chris .include "${DISTRIBDIR}/common/Makefile.makedev" 37 1.1 chris .include "${DISTRIBDIR}/common/Makefile.image" 38 1.1 chris 39 1.24 christos IMAGESIZE != ${GETRAMDISKSIZE} 40 1.24 christos 41 1.1 chris release: 42 1.1 chris 43 1.1 chris .include <bsd.prog.mk> 44