Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.19
      1  1.19  christos #	$NetBSD: Makefile,v 1.19 2001/05/22 18:57:13 christos Exp $
      2   1.1       cgd 
      3  1.18     bjh21 SUBDIR+= _setjmp db div gen hsearch md5sha popen regex rpc setjmp sigsetjmp \
      4  1.19  christos 	string time
      5  1.11        is .if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax")
      6   1.4       jtc SUBDIR+= ieeefp
      7  1.12   mycroft .endif
      8  1.12   mycroft .if (${MACHINE_ARCH} != "vax")
      9  1.12   mycroft SUBDIR+= ldexp
     10   1.6       cgd .endif
     11   1.6       cgd 
     12   1.6       cgd .if exists(arch/${MACHINE_ARCH})
     13   1.6       cgd SUBDIR+= arch/${MACHINE_ARCH}
     14   1.4       jtc .endif
     15   1.1       cgd 
     16   1.1       cgd .include <bsd.subdir.mk>
     17