Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.4
      1 #	$Id: Makefile,v 1.4 1995/04/18 19:24:21 jtc Exp $
      2 
      3 SUBDIR+= _setjmp db regex setjmp sigsetjmp
      4 .if (${MACHINE_ARCH} != "vax")
      5 SUBDIR+= ieeefp
      6 .endif
      7 
      8 regress: _SUBDIRUSE
      9 
     10 install:
     11 
     12 .include <bsd.subdir.mk>
     13