c0ac8bae67
should be using an ECOFF toolchain on NetBSD/alpha any more.
10 lines
196 B
Makefile
10 lines
196 B
Makefile
# $NetBSD: Makefile,v 1.11 1998/03/28 00:52:06 cgd Exp $
|
|
|
|
SUBDIR= ${MACHINE_ARCH}
|
|
|
|
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc")
|
|
SUBDIR+= c++
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|