Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.29
      1  1.29   itojun #	$NetBSD: Makefile,v 1.29 2002/07/05 15:42:41 itojun Exp $
      2   1.1      cgd 
      3  1.29   itojun SUBDIR+= _setjmp clone db div divrem \
      4  1.29   itojun 	gen getaddrinfo hsearch int_fmtio md5sha popen regex rpc \
      5  1.22   simonb 	setjmp sigsetjmp string sys time
      6  1.28    bjh21 .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
      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