1 1.1 thorpej # $NetBSD: Makefile,v 1.1 2019/05/07 05:02:42 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej NOOBJ= # defined 4 1.1 thorpej 5 1.1 thorpej .include <bsd.own.mk> 6 1.1 thorpej 7 1.1 thorpej .if ${MKSHARE} != "no" 8 1.1 thorpej FILES= boards.plist 9 1.1 thorpej FILESDIR= /usr/share/installboot/evbarm 10 1.1 thorpej .endif 11 1.1 thorpej 12 1.1 thorpej .include <bsd.prog.mk> 13