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