Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.21
      1  1.21   atatat #	$NetBSD: Makefile,v 1.21 2001/09/20 16:57:43 atatat Exp $
      2   1.1      cgd 
      3  1.20  thorpej SUBDIR+= _setjmp clone db div gen hsearch md5sha popen regex rpc setjmp \
      4  1.21   atatat 	sigsetjmp string sys time
      5  1.11       is .if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
      6   1.4      jtc SUBDIR+= ieeefp
      7  1.12  mycroft .endif
      8  1.12  mycroft .if (${MACHINE_ARCH} != "vax")
      9  1.12  mycroft SUBDIR+= ldexp
     10   1.6      cgd .endif
     11   1.6      cgd 
     12   1.6      cgd .if exists(arch/${MACHINE_ARCH})
     13   1.6      cgd SUBDIR+= arch/${MACHINE_ARCH}
     14   1.4      jtc .endif
     15   1.1      cgd 
     16   1.1      cgd .include <bsd.subdir.mk>
     17