NetBSD/regress/lib/libc/Makefile
2001-09-22 19:57:42 +00:00

17 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.22 2001/09/22 19:57:42 simonb Exp $
SUBDIR+= _setjmp clone db div gen hsearch int_fmtio md5sha popen regex rpc \
setjmp sigsetjmp string sys time
.if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
SUBDIR+= ieeefp
.endif
.if (${MACHINE_ARCH} != "vax")
SUBDIR+= ldexp
.endif
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif
.include <bsd.subdir.mk>