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
..
bsd.dep.mk
bsd.doc.mk
bsd.endian.mk
bsd.files.mk
bsd.gcc.mk
bsd.hostlib.mk
bsd.hostprog.mk
bsd.inc.mk
bsd.info.mk
bsd.init.mk
bsd.kernobj.mk
bsd.kinc.mk
bsd.kmod.mk
bsd.lib.mk
bsd.links.mk
bsd.man.mk
bsd.nls.mk
bsd.obj.mk
bsd.own.mk
bsd.prog.mk
bsd.README
bsd.rpc.mk
bsd.shlib.mk
bsd.subdir.mk
bsd.sys.mk
bsd.x11.mk
Makefile
sys.mk