Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.73
      1 #	$NetBSD: Makefile,v 1.73 2011/01/05 21:20:25 pgoyette Exp $
      2 
      3 SUBDIR+= citrus db divrem getaddrinfo int_fmtio locale regex rpc sys time
      4 
      5 .include <bsd.own.mk>
      6 .include <bsd.sys.mk>
      7 
      8 .if exists(arch/${MACHINE_ARCH})
      9 SUBDIR+= arch/${MACHINE_ARCH}
     10 .endif
     11 
     12 .include <bsd.subdir.mk>
     13