1# $NetBSD: Makefile,v 1.3 2013/05/01 22:30:39 matt Exp $ 2 3.include <bsd.endian.mk> 4 5.if empty(MACHINE_ARCH:Mearm*) && ${TARGET_ENDIANNESS} == "1234" 6 7SUBDIR= boot32 nbfs 8 9.endif 10 11.include <bsd.subdir.mk> 12