Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.11.2.1
      1 #	$NetBSD: Makefile,v 1.11.2.1 2000/02/22 21:58:37 he Exp $
      2 
      3 SUBDIR+= _setjmp db regex setjmp sigsetjmp time
      4 .if (${MACHINE_ARCH} != "arm32" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "powerpc")
      5 SUBDIR+= ieeefp
      6 .endif
      7 
      8 .if exists(arch/${MACHINE_ARCH})
      9 SUBDIR+= arch/${MACHINE_ARCH}
     10 .endif
     11 
     12 .include <bsd.subdir.mk>
     13