Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.9
      1  1.9  mycroft #	$NetBSD: Makefile,v 1.9 1998/01/21 05:47:18 mycroft Exp $
      2  1.1      cgd 
      3  1.9  mycroft SUBDIR+= _setjmp db regex setjmp sigsetjmp time
      4  1.4      jtc .if (${MACHINE_ARCH} != "vax")
      5  1.4      jtc SUBDIR+= ieeefp
      6  1.6      cgd .endif
      7  1.6      cgd 
      8  1.6      cgd .if exists(arch/${MACHINE_ARCH})
      9  1.6      cgd SUBDIR+= arch/${MACHINE_ARCH}
     10  1.4      jtc .endif
     11  1.1      cgd 
     12  1.1      cgd .include <bsd.subdir.mk>
     13