Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.14
      1  1.14  sommerfe #	$NetBSD: Makefile,v 1.14 2000/08/19 17:53:24 sommerfeld Exp $
      2   1.1       cgd 
      3  1.14  sommerfe SUBDIR+= _setjmp db md5sha 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