1999-01-21 12:45:28 +03:00
|
|
|
# $NetBSD: Makefile,v 1.12 1999/01/21 09:45:28 mycroft Exp $
|
1996-10-08 04:36:28 +04:00
|
|
|
|
|
|
|
SUBDIR= ${MACHINE_ARCH}
|
|
|
|
|
1999-01-21 12:45:28 +03:00
|
|
|
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") && \
|
|
|
|
(${MACHINE_ARCH} != "arm32")
|
1996-10-08 04:36:28 +04:00
|
|
|
SUBDIR+= c++
|
|
|
|
.endif
|
1993-05-18 11:48:34 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|