NetBSD/share/mk
christos 48d8900cac For now, s/c99/gnu99/ for WARNS=4. This is so that alloca() is defined (and
possibly other built-in functions). Another solution would be to add:

    #ifdef __GNUC__
    #define alloca(a) __builtin_alloca(a)
    #else
    void *alloca(size_t);
    #endif

in stdlib.h, since we have assembly support for some architectures on
non-gcc environments, and we can add the rest.
2005-12-02 21:34:50 +00:00
..
Makefile
bsd.README Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it 2005-06-27 20:32:39 +00:00
bsd.dep.mk
bsd.doc.mk
bsd.endian.mk Initial pass at an in-tree ia64 toolchain. From PR 29141 with some fixes 2005-08-17 07:13:32 +00:00
bsd.files.mk
bsd.gcc.mk
bsd.hostlib.mk
bsd.hostprog.mk Add proper support for using bsd.hostprog.mk to build c++-based host 2005-09-02 03:57:10 +00:00
bsd.inc.mk
bsd.info.mk
bsd.init.mk
bsd.kernobj.mk
bsd.kinc.mk
bsd.kmod.mk
bsd.lib.mk Also use relative symlinks for the /usr/lib/lib${LIB}.so.${SHLIB_FULLVERSION} 2005-05-10 14:54:02 +00:00
bsd.links.mk Fix parallel build race in CONFIGSYMLINKS & CONFIGLINKS by 2005-08-31 05:08:24 +00:00
bsd.man.mk Honor contents of "CLEANFILES" in "cleandir" target. 2005-04-19 08:41:37 +00:00
bsd.nls.mk
bsd.obj.mk
bsd.own.mk Initial pass at an in-tree ia64 toolchain. From PR 29141 with some fixes 2005-08-17 07:13:32 +00:00
bsd.prog.mk Report when we link a program into xxx.ro (before being crunched) 2005-04-09 13:00:53 +00:00
bsd.rpc.mk
bsd.shlib.mk Also set SHLIBDIR to /lib if ${USE_SHLIBDIR} != "no". 2005-03-12 13:21:12 +00:00
bsd.subdir.mk
bsd.sys.mk For now, s/c99/gnu99/ for WARNS=4. This is so that alloca() is defined (and 2005-12-02 21:34:50 +00:00
bsd.x11.mk Enable build.sh -x building for the usbtablet driver new in xsrc 2005-11-12 22:57:46 +00:00
sys.mk