Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.80
      1 #	$NetBSD: Makefile,v 1.80 2011/04/09 17:55:51 pgoyette Exp $
      2 
      3 SUBDIR+= citrus divrem int_fmtio
      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