Makefile revision 1.9
1# $NetBSD: Makefile,v 1.9 1997/02/23 21:40:09 explorer 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