Makefile revision 1.8
1# $NetBSD: Makefile,v 1.8 1997/02/23 20:42:26 cgd 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))) 9SUBDIR+= c++ 10.endif 11 12.include <bsd.subdir.mk> 13