Makefile revision 1.4
1#	$Id: Makefile,v 1.4 1995/04/18 19:24:21 jtc 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