Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.25
      1  1.25     ross #	$NetBSD: Makefile,v 1.25 2002/01/23 21:48:02 ross Exp $
      2   1.1      cgd 
      3  1.25     ross SUBDIR+= _setjmp clone db div divrem 				\
      4  1.25     ross 	gen hsearch int_fmtio md5sha popen regex rpc		\
      5  1.22   simonb 	setjmp sigsetjmp string sys time
      6  1.11       is .if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
      7   1.4      jtc SUBDIR+= ieeefp
      8  1.12  mycroft .endif
      9  1.12  mycroft .if (${MACHINE_ARCH} != "vax")
     10  1.12  mycroft SUBDIR+= ldexp
     11   1.6      cgd .endif
     12   1.6      cgd 
     13   1.6      cgd .if exists(arch/${MACHINE_ARCH})
     14   1.6      cgd SUBDIR+= arch/${MACHINE_ARCH}
     15   1.4      jtc .endif
     16   1.1      cgd 
     17   1.1      cgd .include <bsd.subdir.mk>
     18