10 lines
155 B
Makefile
10 lines
155 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2019/05/07 05:02:42 thorpej Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MKSHARE} != "no"
|
||
|
SUBDIR= evbarm
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|