Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.35
      1  1.35   simonb #	$NetBSD: Makefile,v 1.35 2003/05/30 12:49:57 simonb Exp $
      2   1.1      cgd 
      3  1.34   martin SUBDIR+= _setjmp atexit basename clone convfp db dirname div divrem \
      4  1.31  minoura 	gen getaddrinfo hsearch int_fmtio locale md5sha popen regex rpc \
      5  1.35   simonb 	setjmp sigsetjmp stdio stdlib 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