Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.12.2.1
      1  1.12.2.1  wrstuden #	$NetBSD: Makefile,v 1.12.2.1 1999/12/27 18:30:18 wrstuden Exp $
      2       1.1       cgd 
      3  1.12.2.1  wrstuden 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