NetBSD/regress/lib/libc/Makefile

13 lines
255 B
Makefile
Raw Normal View History

1997-10-12 02:57:29 +04:00
# $NetBSD: Makefile,v 1.8 1997/10/11 22:57:49 mycroft Exp $
1993-05-28 01:53:15 +04:00
1994-12-29 03:32:20 +03:00
SUBDIR+= _setjmp db regex setjmp sigsetjmp
1995-04-18 23:24:21 +04:00
.if (${MACHINE_ARCH} != "vax")
SUBDIR+= ieeefp
.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>