NetBSD/regress/lib/libc/Makefile
bjh21 2a8fc81c4e NetBSD/arm's IEEE FP support isn't entirely broken these days, so descend
into libc/ieeefp, but skip the tests that fail.
2002-04-21 20:22:12 +00:00

18 lines
421 B
Makefile

# $NetBSD: Makefile,v 1.28 2002/04/21 20:22:12 bjh21 Exp $
SUBDIR+= _setjmp clone db div divrem \
gen hsearch int_fmtio md5sha popen regex rpc \
setjmp sigsetjmp string sys time
.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
SUBDIR+= ieeefp
.endif
.if (${MACHINE_ARCH} != "vax")
SUBDIR+= ldexp
.endif
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif
.include <bsd.subdir.mk>