1 # $NetBSD: Makefile,v 1.3 2021/04/25 23:40:05 christos Exp $ 2 3 .include <bsd.own.mk> 4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6 RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 7 RAMDISK= ${RAMDISKDIR}/ramdisk.fs 8 9 .if !empty(MACHINE_ARCH:Mmips*64el) 10 SFX= 64 11 .endif 12 13 MDSETTARGETS= RAMDISK${SFX} ${RAMDISK} - 14 MDSET_RELEASEDIR= binary/kernel 15 16 # do not strip kernels, there's no space constraints here. 17 MDSET_NOSTRIP.netbsd-RAMDISK${SFX}= 18 MDSET_NOSYMBOLS.netbsd-RAMDISK${SFX}= 19 20 .include "${DISTRIBDIR}/common/Makefile.mdset" 21 22 .include <bsd.prog.mk> 23