Makefile revision 1.10
1#	$NetBSD: Makefile,v 1.10 1997/04/16 19:43:53 thorpej Exp $
2
3.include <bsd.own.mk>			# for ECOFF_TOOLCHAIN defn on alpha
4
5SUBDIR=	${MACHINE_ARCH}
6
7.if (${MACHINE_ARCH} != "alpha" || \
8     (${MACHINE_ARCH} == "alpha" && defined(ECOFF_TOOLCHAIN))) && \
9    (${MACHINE_ARCH} != "powerpc")
10SUBDIR+= c++
11.endif
12
13.include <bsd.subdir.mk>
14