10 lines
163 B
Makefile
10 lines
163 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/06/21 17:15:51 thorpej Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
SUBDIR= evbarm evbmips
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|