xref: /netbsd-src/sys/arch/acorn32/stand/Makefile (revision 4207478ced28196c58580a4fff0a8fd9dd48cfea)
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