NetBSD/share/mk
christos daf5be7806 include <bsd.sys.mk>
This is a mess. HAS_SSP (which should really be HAVE_SSP), is defined
in bsd.sys.mk. So things that need it, include the file directly. The
trouble comes because bsd.sys.mk, needs stuff that bsd.own.mk defines,
so including first does not work. Anyway most other files include bsd.sys.mk
directly, so user Makefiles should just not do that, and just include
<bsd.own.mk> to get all the defines they need.
2013-01-26 21:48:58 +00:00
..
bsd.buildinstall.mk Move the build_install logic from lib/Makefile into share/mk and re-use 2012-11-15 23:51:53 +00:00
bsd.clang-analyze.mk Make it easier to specify the list of checkers to enable for the static 2012-04-04 10:37:18 +00:00
bsd.clean.mk On second thoughts, don't run "rm -rf" in bsd.clean.mk. Instead, 2012-11-19 16:04:54 +00:00
bsd.dep.mk Change some .if defined(SRCS) to .if defined(SRCS) && !empty(SRCS) 2012-11-18 19:48:29 +00:00
bsd.doc.mk
bsd.endian.mk Add the new MACHINE_ARCH of earm and earmeb (arm EABI(AAPCS-LINUX)). 2012-08-05 04:11:35 +00:00
bsd.files.mk
bsd.gcc.mk Add more external dependencies for crtstuff 2012-12-10 23:49:39 +00:00
bsd.hostlib.mk
bsd.hostprog.mk
bsd.inc.mk
bsd.info.mk
bsd.init.mk
bsd.ioconf.mk
bsd.kernobj.mk
bsd.kinc.mk
bsd.klinks.mk
bsd.kmodule.mk Remove effectively tautological condition. 2012-08-10 16:34:23 +00:00
bsd.lib.mk Make the libfoo.so.X.Y.debug files actually contain debug symbols if MKDEBUG. 2013-01-22 20:43:17 +00:00
bsd.links.mk
bsd.lua.mk
bsd.man.mk CATDEPS is bogus for mandoc, so disable it in that case. 2012-11-30 17:52:13 +00:00
bsd.nls.mk
bsd.obj.mk
bsd.own.mk include <bsd.sys.mk> 2013-01-26 21:48:58 +00:00
bsd.prog.mk Now that we have separate debug sets, add -g if ${MKDEBUG} is set for 2013-01-17 15:42:59 +00:00
bsd.README Document MAKEDIRTARGETENV 2012-12-02 20:19:46 +00:00
bsd.rpc.mk
bsd.shlib.mk Revert last, it breaks the tricks xsrc uses. 2012-08-23 21:21:14 +00:00
bsd.subdir.mk
bsd.sys.mk Revert two unintentional changes from the PPC tests 2012-09-23 19:20:44 +00:00
bsd.test.mk Fix "make test" to actually print the desired message when atf-run fails. 2012-08-25 22:21:16 +00:00
bsd.x11.mk Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
Makefile Move the build_install logic from lib/Makefile into share/mk and re-use 2012-11-15 23:51:53 +00:00
sys.mk Now that ctf is fixed for at least amd64, go back to an equivalent to the 2013-01-18 19:32:09 +00:00