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 5 SUBDIR= ${MACHINE_ARCH} 6 7 .if (${MACHINE_ARCH} != "alpha" || \ 8 (${MACHINE_ARCH} == "alpha" && defined(ECOFF_TOOLCHAIN))) && \ 9 (${MACHINE_ARCH} != "powerpc") 10 SUBDIR+= c++ 11 .endif 12 13 .include <bsd.subdir.mk> 14