NetBSD/regress/lib/libc/Makefile

15 lines
276 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 1997/05/07 16:01:33 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
regress: _SUBDIRUSE
.include <bsd.subdir.mk>