summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/stand/Makefile
blob: c29da551f08ac42cebe32a15935b3e5aa42c2e72 (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.3 2013/05/01 22:16:15 matt Exp $

.include <bsd.endian.mk>

.if ${TARGET_ENDIANNESS} == "1234"
SUBDIR=	zbsdmod zboot
.endif

.include <bsd.subdir.mk>