Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.7
      1  1.7  mycroft #	$NetBSD: Makefile,v 1.7 1997/05/07 16:01:33 mycroft Exp $
      2  1.1      cgd 
      3  1.3      cgd SUBDIR+= _setjmp db regex setjmp sigsetjmp
      4  1.4      jtc .if (${MACHINE_ARCH} != "vax")
      5  1.4      jtc SUBDIR+= ieeefp
      6  1.6      cgd .endif
      7  1.6      cgd 
      8  1.6      cgd .if exists(arch/${MACHINE_ARCH})
      9  1.6      cgd SUBDIR+= arch/${MACHINE_ARCH}
     10  1.4      jtc .endif
     11  1.1      cgd 
     12  1.1      cgd regress: _SUBDIRUSE
     13  1.1      cgd 
     14  1.1      cgd .include <bsd.subdir.mk>
     15