# $NetBSD: Makefile,v 1.21 2017/01/24 18:04:03 christos Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs IMAGETAR= diskimage.tgz IMAGESIZE= 3m MAKEFS_FLAGS+= -f 15 WARNS= 1 DBG= -Os CRUNCHBIN= ramdiskbin CRUNCHGEN_FLAGS= -d "${DBG}" LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst MTREECONF= ${DISTRIBDIR}/common/mtree.common IMAGEENDIAN= be MAKEDEVTARGETS= minimal IMAGEDEPENDS= ${CRUNCHBIN} \ dot.profile \ ${DESTDIR}/usr/mdec/installboot \ ${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/bootxx_ffs \ ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \ ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \ ${DISTRIBDIR}/common/services IMAGETAR_RELEASEDIR= installation/netboot # Use stubs to eliminate some large stuff from libc HACKSRC= ${DISTRIBDIR}/utils/libhack .include "${HACKSRC}/Makefile.inc" ${CRUNCHBIN}: libhack.o .include "${DISTRIBDIR}/common/Makefile.crunch" .include "${DISTRIBDIR}/common/Makefile.makedev" .include "${DISTRIBDIR}/common/Makefile.image" .include