1# $NetBSD: Makefile,v 1.4 2018/08/13 09:25:22 mrg Exp $ 2 3.include <bsd.endian.mk> 4 5.if ${TARGET_ENDIANNESS} == "1234" 6 7SUBDIR= boot32 nbfs 8 9.endif 10 11.include <bsd.subdir.mk> 12