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