mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
12 lines
199 B
Makefile
12 lines
199 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/05/01 22:36:52 matt Exp $
|
|
|
|
.include <bsd.endian.mk>
|
|
|
|
.if empty(MACHINE_ARCH:Mearm*) && ${TARGET_ENDIANNESS} == "1234"
|
|
|
|
SUBDIR= boot26
|
|
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|