Makefile revision 1.20
1#	$NetBSD: Makefile,v 1.20 2001/07/20 17:31:24 thorpej Exp $
2
3SUBDIR+= _setjmp clone db div gen hsearch md5sha popen regex rpc setjmp \
4	sigsetjmp string time
5.if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
6SUBDIR+= ieeefp
7.endif
8.if (${MACHINE_ARCH} != "vax")
9SUBDIR+= ldexp
10.endif
11
12.if exists(arch/${MACHINE_ARCH})
13SUBDIR+= arch/${MACHINE_ARCH}
14.endif
15
16.include <bsd.subdir.mk>
17