Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.77
      1 #	$NetBSD: Makefile,v 1.77 2011/01/08 07:02:17 pgoyette Exp $
      2 
      3 SUBDIR+= citrus divrem getaddrinfo int_fmtio locale regex
      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