NetBSD/lib/csu/Makefile
cgd c0ac8bae67 GC alpha's ECOFF_TOOLCHAIN make variable, and related bits. Nobody
should be using an ECOFF toolchain on NetBSD/alpha any more.
1998-03-28 00:50:41 +00:00

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>