Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.75
      1  1.75  pgoyette #	$NetBSD: Makefile,v 1.75 2011/01/07 02:51:38 pgoyette Exp $
      2   1.1       cgd 
      3  1.75  pgoyette SUBDIR+= citrus db divrem getaddrinfo int_fmtio locale regex rpc
      4  1.41      matt 
      5  1.41      matt .include <bsd.own.mk>
      6  1.54        he .include <bsd.sys.mk>
      7  1.41      matt 
      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