1998-03-28 03:50:41 +03:00
|
|
|
# $NetBSD: Makefile,v 1.11 1998/03/28 00:52:06 cgd Exp $
|
1996-10-08 04:36:28 +04:00
|
|
|
|
|
|
|
SUBDIR= ${MACHINE_ARCH}
|
|
|
|
|
1998-03-28 03:50:41 +03:00
|
|
|
.if (${MACHINE_ARCH} != "alpha") && (${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>
|