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