Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 1995/04/20 22:38:32 cgd Exp $
2
3SUBDIR+= _setjmp db regex setjmp sigsetjmp
4.if (${MACHINE_ARCH} != "vax")
5SUBDIR+= ieeefp
6.endif
7
8regress: _SUBDIRUSE
9
10install:
11
12.include <bsd.subdir.mk>
13