# $NetBSD: Makefile,v 1.25 2017/01/24 18:04:05 christos Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" .include IMAGE= ramdisk.fs IMAGESIZE= 600k MAKEFS_FLAGS+= -f 15 -o density=2048 WARNS= 1 DBG= -Os CRUNCHBIN= rd_bin LISTS= ${.CURDIR}/list MTREECONF= ${.CURDIR}/mtree.conf IMAGEENDIAN= be MAKEDEVTARGETS= std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0 IMAGEDEPENDS= ${CRUNCHBIN} \ fstab passwd protocols ${DISTRIBDIR}/common/services \ sshrc welcome ${NETBSDSRCDIR}/etc/netconfig MDSETTARGETS= RAMDISK ramdisk.fs - MDSET_RELEASEDIR= binary/kernel # Use stubs to eliminate some large stuff from libc HACKSRC= ${DISTRIBDIR}/utils/libhack .include "${HACKSRC}/Makefile.inc" ${CRUNCHBIN}: libhack.o fstab: .PHONY .include "${DISTRIBDIR}/common/Makefile.crunch" .include "${DISTRIBDIR}/common/Makefile.makedev" .include "${DISTRIBDIR}/common/Makefile.image" .include "${DISTRIBDIR}/common/Makefile.mdset" .include