Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.63
      1  1.63  pgoyette #	$NetBSD: Makefile,v 1.63 2010/12/26 13:38:08 pgoyette Exp $
      2   1.1       cgd 
      3  1.60  pgoyette SUBDIR+= _setjmp atexit citrus clone context convfp db \
      4  1.61  pgoyette 	divrem gen gdtoa getaddrinfo hsearch inet int_fmtio locale md5sha \
      5  1.61  pgoyette 	nsdispatch pty randomid regex rpc servent setjmp sigsetjmp \
      6  1.63  pgoyette 	stdlib strptime sys time
      7  1.41      matt 
      8  1.41      matt .include <bsd.own.mk>
      9  1.54        he .include <bsd.sys.mk>
     10  1.41      matt 
     11  1.58  uebayasi .if defined(USE_SSP) && (${USE_SSP} == "yes")
     12  1.54        he SUBDIR+= ssp
     13  1.54        he .endif
     14  1.28     bjh21 .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
     15   1.4       jtc SUBDIR+= ieeefp
     16  1.12   mycroft .endif
     17  1.12   mycroft .if (${MACHINE_ARCH} != "vax")
     18  1.12   mycroft SUBDIR+= ldexp
     19  1.37  christos .endif
     20  1.37  christos 
     21   1.6       cgd .if exists(arch/${MACHINE_ARCH})
     22   1.6       cgd SUBDIR+= arch/${MACHINE_ARCH}
     23   1.4       jtc .endif
     24   1.1       cgd 
     25   1.1       cgd .include <bsd.subdir.mk>
     26