summaryrefslogtreecommitdiff
path: root/sys/arch/epoc32/stand/Makefile
blob: 2a1b750796e7a82fbcbd36866109bf22cf83f6c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.2 2013/05/01 22:57:37 matt Exp $

.include <bsd.endian.mk>

.if ${MACHINE} == "epoc32" && ${TARGET_ENDIANNESS} == "1234"

SUBDIR+=	e32boot

.endif

.include <bsd.subdir.mk>