summaryrefslogtreecommitdiff
path: root/minix/share/Makefile
blob: df43d38bb4e7156f502560d4b0d4ef3e5c3d7cd1 (plain)
1
2
3
4
5
6
7
#	$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>