NetBSD/regress/lib/libc/Makefile

13 lines
211 B
Makefile
Raw Normal View History

1995-04-21 02:37:12 +04:00
# $NetBSD: Makefile,v 1.5 1995/04/20 22:38:32 cgd 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
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>