NetBSD/lib/csu/Makefile
mycroft 1da636920d Do not build on arm32 by default.
This is temporary.
1999-01-21 09:45:28 +00:00

11 lines
238 B
Makefile

# $NetBSD: Makefile,v 1.12 1999/01/21 09:45:28 mycroft Exp $
SUBDIR= ${MACHINE_ARCH}
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") && \
(${MACHINE_ARCH} != "arm32")
SUBDIR+= c++
.endif
.include <bsd.subdir.mk>