1997-04-16 23:43:53 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 1997/04/16 19:43:53 thorpej Exp $
|
1993-05-18 11:48:34 +04:00
|
|
|
|
1997-02-23 23:42:24 +03:00
|
|
|
.include <bsd.own.mk> # for ECOFF_TOOLCHAIN defn on alpha
|
1996-10-08 04:36:28 +04:00
|
|
|
|
|
|
|
SUBDIR= ${MACHINE_ARCH}
|
|
|
|
|
1997-02-24 00:40:09 +03:00
|
|
|
.if (${MACHINE_ARCH} != "alpha" || \
|
1997-04-16 23:43:53 +04:00
|
|
|
(${MACHINE_ARCH} == "alpha" && defined(ECOFF_TOOLCHAIN))) && \
|
|
|
|
(${MACHINE_ARCH} != "powerpc")
|
1996-10-08 04:36:28 +04:00
|
|
|
SUBDIR+= c++
|
|
|
|
.endif
|
1993-05-18 11:48:34 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|