Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.6
      1  1.6  cgd #	$NetBSD: Makefile,v 1.6 1995/04/24 05:52:15 cgd Exp $
      2  1.1  cgd 
      3  1.3  cgd SUBDIR+= _setjmp db regex setjmp sigsetjmp
      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 regress: _SUBDIRUSE
     13  1.1  cgd 
     14  1.1  cgd install:
     15  1.1  cgd 
     16  1.1  cgd .include <bsd.subdir.mk>
     17