1999-03-05 15:19:17 +03:00
|
|
|
# $NetBSD: Makefile,v 1.11 1999/03/05 12:19:17 drochner Exp $
|
1993-09-19 22:52:40 +04:00
|
|
|
|
1999-03-05 15:19:17 +03:00
|
|
|
ARCHSUBDIR= ${MACHINE_ARCH:C/mipse[bl]/mips/}
|
|
|
|
|
|
|
|
.if exists(${ARCHSUBDIR})
|
|
|
|
SUBDIR+= ${ARCHSUBDIR}
|
1993-09-19 22:52:40 +04:00
|
|
|
.endif
|
|
|
|
|
1996-02-21 05:43:52 +03:00
|
|
|
.include <bsd.subdir.mk>
|