1997-02-24 00:40:09 +03:00
|
|
|
# $NetBSD: Makefile,v 1.9 1997/02/23 21:40:09 explorer 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-02-23 23:42:24 +03:00
|
|
|
(${MACHINE_ARCH} == "alpha" && defined(ECOFF_TOOLCHAIN)))
|
1996-10-08 04:36:28 +04:00
|
|
|
SUBDIR+= c++
|
|
|
|
.endif
|
1993-05-18 11:48:34 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|