Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.18
      1  1.18    bjh21 #	$NetBSD: Makefile,v 1.18 2001/02/18 21:57:16 bjh21 Exp $
      2   1.1      cgd 
      3  1.18    bjh21 SUBDIR+= _setjmp db div gen hsearch md5sha popen regex rpc setjmp sigsetjmp \
      4  1.18    bjh21 	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