Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.13
      1  1.13     tron #	$NetBSD: Makefile,v 1.13 1999/09/30 09:29:11 tron Exp $
      2   1.1      cgd 
      3  1.13     tron SUBDIR+= _setjmp db popen regex setjmp sigsetjmp time
      4  1.11       is .if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
      5   1.4      jtc SUBDIR+= ieeefp
      6  1.12  mycroft .endif
      7  1.12  mycroft .if (${MACHINE_ARCH} != "vax")
      8  1.12  mycroft SUBDIR+= ldexp
      9   1.6      cgd .endif
     10   1.6      cgd 
     11   1.6      cgd .if exists(arch/${MACHINE_ARCH})
     12   1.6      cgd SUBDIR+= arch/${MACHINE_ARCH}
     13   1.4      jtc .endif
     14   1.1      cgd 
     15   1.1      cgd .include <bsd.subdir.mk>
     16