Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 1996/10/18 05:36:42 thorpej Exp $
2
3.include <bsd.own.mk>			# for ELF_TOOLCHAIN defn on alpha
4
5SUBDIR=	${MACHINE_ARCH}
6
7.if (${MACHINE_ARCH} != "alpha" || !defined(ELF_TOOLCHAIN))
8SUBDIR+= c++
9.endif
10
11.include <bsd.subdir.mk>
12