Makefile revision 1.12
1#	$NetBSD: Makefile,v 1.12 1999/01/21 09:45:28 mycroft Exp $
2
3SUBDIR=	${MACHINE_ARCH}
4
5.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") && \
6    (${MACHINE_ARCH} != "arm32")
7SUBDIR+= c++
8.endif
9
10.include <bsd.subdir.mk>
11