Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.68
      1  1.68  pgoyette #	$NetBSD: Makefile,v 1.68 2010/12/31 14:37:37 pgoyette Exp $
      2   1.1       cgd 
      3  1.68  pgoyette SUBDIR+= atexit citrus db divrem getaddrinfo int_fmtio locale md5sha \
      4  1.68  pgoyette 	nsdispatch regex rpc servent stdlib sys time
      5  1.41      matt 
      6  1.41      matt .include <bsd.own.mk>
      7  1.54        he .include <bsd.sys.mk>
      8  1.41      matt 
      9  1.28     bjh21 .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
     10   1.4       jtc SUBDIR+= ieeefp
     11  1.12   mycroft .endif
     12  1.37  christos 
     13   1.6       cgd .if exists(arch/${MACHINE_ARCH})
     14   1.6       cgd SUBDIR+= arch/${MACHINE_ARCH}
     15   1.4       jtc .endif
     16   1.1       cgd 
     17   1.1       cgd .include <bsd.subdir.mk>
     18