Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.16
      1 #	$NetBSD: Makefile,v 1.16 2001/01/08 04:41:31 simonb Exp $
      2 
      3 SUBDIR+= _setjmp db div gen md5sha popen regex setjmp sigsetjmp time
      4 .if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
      5 SUBDIR+= ieeefp
      6 .endif
      7 .if (${MACHINE_ARCH} != "vax")
      8 SUBDIR+= ldexp
      9 .endif
     10 
     11 .if exists(arch/${MACHINE_ARCH})
     12 SUBDIR+= arch/${MACHINE_ARCH}
     13 .endif
     14 
     15 .include <bsd.subdir.mk>
     16