NetBSD/lib/libarch/Makefile

10 lines
192 B
Makefile
Raw Normal View History

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