Files
netbsd/sys/arch/zaurus/stand/Makefile
2014-01-15 10:53:42 +01:00

10 lines
174 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/05/01 22:16:15 matt Exp $
.include <bsd.endian.mk>
.if ${TARGET_ENDIANNESS} == "1234"
SUBDIR= zbsdmod zboot
.endif
.include <bsd.subdir.mk>