NetBSD/regress/lib/libc/Makefile

16 lines
347 B
Makefile
Raw Normal View History

1999-09-30 13:29:11 +04:00
# $NetBSD: Makefile,v 1.13 1999/09/30 09:29:11 tron Exp $
1993-05-28 01:53:15 +04:00
1999-09-30 13:29:11 +04:00
SUBDIR+= _setjmp db popen regex setjmp sigsetjmp time
1999-02-04 21:58:33 +03:00
.if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
1995-04-18 23:24:21 +04:00
SUBDIR+= ieeefp
.endif
1999-08-30 21:03:16 +04:00
.if (${MACHINE_ARCH} != "vax")
SUBDIR+= ldexp
.endif
1993-05-28 01:53:15 +04:00
1995-04-24 09:52:15 +04:00
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif
1993-05-28 01:53:15 +04:00
.include <bsd.subdir.mk>