NetBSD/regress/lib/libc/Makefile
1999-02-04 18:58:33 +00:00

13 lines
286 B
Makefile

# $NetBSD: Makefile,v 1.11 1999/02/04 18:58:33 is Exp $
SUBDIR+= _setjmp db regex setjmp sigsetjmp time
.if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
SUBDIR+= ieeefp
.endif
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif
.include <bsd.subdir.mk>