Makefile revision 1.15
1#	$NetBSD: Makefile,v 1.15 2000/10/20 18:59:53 briggs Exp $
2
3SUBDIR+= _setjmp db gen md5sha popen regex setjmp sigsetjmp time
4.if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
5SUBDIR+= ieeefp
6.endif
7.if (${MACHINE_ARCH} != "vax")
8SUBDIR+= ldexp
9.endif
10
11.if exists(arch/${MACHINE_ARCH})
12SUBDIR+= arch/${MACHINE_ARCH}
13.endif
14
15.include <bsd.subdir.mk>
16