1 # $NetBSD: Makefile,v 1.4.32.1 2020/04/08 14:03:44 martin Exp $ 2 3 SUBDIR= ramdisk 4 5 .include "../../etc/etc.evbarm/Makefile.inc" 6 7 .if !empty(KERNEL_SETS:MRPI) 8 SUBDIR+= sshramdisk 9 .endif 10 11 SUBDIR+= .WAIT instkernel 12 TARGETS+= release 13 14 .include <bsd.subdir.mk> 15