1# $NetBSD: Makefile,v 1.2 2013/05/01 22:57:37 matt Exp $ 2 3.include <bsd.endian.mk> 4 5.if ${MACHINE} == "epoc32" && ${TARGET_ENDIANNESS} == "1234" 6 7SUBDIR+= e32boot 8 9.endif 10 11.include <bsd.subdir.mk> 12