xref: /netbsd/regress/lib/libc/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.32 2002/10/16 19:12:41 thorpej Exp $
2
3SUBDIR+= _setjmp basename clone db dirname div divrem \
4	gen getaddrinfo hsearch int_fmtio locale md5sha popen regex rpc \
5	setjmp sigsetjmp stdlib string sys time
6.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
7SUBDIR+= ieeefp
8.endif
9.if (${MACHINE_ARCH} != "vax")
10SUBDIR+= ldexp
11.endif
12
13.if exists(arch/${MACHINE_ARCH})
14SUBDIR+= arch/${MACHINE_ARCH}
15.endif
16
17.include <bsd.subdir.mk>
18