8 lines
169 B
Makefile
8 lines
169 B
Makefile
|
# $NetBSD: Makefile,v 1.18 2012/06/14 04:14:36 riz Exp $
|
||
|
|
||
|
.if ${MACHINE_ARCH} == "earm"
|
||
|
SUBDIR+= beaglebone
|
||
|
.endif # ${MACHINE_ARCH} == "earm"
|
||
|
|
||
|
.include <bsd.subdir.mk>
|