summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Really, I don't want to install src.opts.mk at all.imp2014-05-101-3/+0
* Move DOCCOMPRESS to MK variable.imp2014-05-102-4/+5
* Remove last two NO_MAN= in the tree. In both of these cases, MAN= isimp2014-05-101-2/+1
* Remove some useless, commented out code. Remove name space polution inimp2014-05-101-11/+4
* g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the portsimp2014-05-103-57/+1
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-102-5/+1
* Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove aimp2014-05-102-6/+7
* Support, to the extent we generate proper command lines, compilingimp2014-05-102-9/+31
* Optionally allow building the historical FreeBSD make program andimp2014-05-101-0/+1
* Introduce kern.opts.mk to hold all the options for kernel moduleimp2014-05-091-3/+1
* We have to include bsd.opts.mk (included in bsd.own.mk) afterimp2014-05-091-6/+4
* Spell always the more traditional way.imp2014-05-091-1/+1
* Put bsd.own.mk back in the list, and take src.opts.mk out.imp2014-05-082-2/+2
* Fix a typo make should have complained about.imp2014-05-081-1/+1
* bsd.compiler.mk was implicitly included by bsd.own.mk in historicalimp2014-05-072-0/+6
* All the NO_foo options processed in src.opts.mk are really bsd.opts.mkimp2014-05-072-18/+19
* Remove support for WITHOUT_BMAKE. bmake is now the only make that canimp2014-05-061-1/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-064-6/+10
* Move the /usr/src specific options to src.opts.mk. Move inclusion ofimp2014-05-063-350/+398
* Simplify use of the semi-bogus EARLY_BUILD variable. Also, simplifyimp2014-05-051-12/+13
* Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify theimp2014-05-051-20/+20
* [1] Make WITHOUT_FOO alway trump WITH_FOO, regardless of the systemimp2014-05-051-11/+23
* NLS is used by the build system.imp2014-04-291-1/+1
* Generalize FOO.clang to FOO.${COMPILER_TYPE}. There's no reason theseimp2014-04-251-17/+10
* Split up the options into those used only by bsd.mk.* or sys.mk andimp2014-04-251-38/+51
* Eliminate NO_INCS. It is used one place, and MK_TOOLCHAIN=no willimp2014-04-251-2/+2
* Now that all the NO_foo expressed in this loop have been removed fromimp2014-04-251-1/+2
* NO_DEBUG_FILES -> MK_DEBUG_FILES=no in last remaining place.imp2014-04-251-1/+1
* Add option WITHOUT_VI to not build/install vi. vi was the largestimp2014-04-241-0/+1
* Use MK_OPENLDAP in preference to WITH_OPENLDAP and make it a defaultimp2014-04-241-0/+1
* LIBUNBOUND can be unconditionally set.imp2014-04-241-2/+0
* Don't need to make these conditional on MK_LIBCPLUSPLUS. They can beimp2014-04-241-3/+3
* LIBMILTER can be defined always. No need to restrict to only whenimp2014-04-241-2/+0
* Always define LIBLDNS. We don't need to only define it when it isimp2014-04-241-2/+0
* Include bsd.opts.mk before Makefile.inc so Makefile.inc can do thingsimp2014-04-241-3/+6
* Allow .WAIT to appear in SUBDIR= lists, to provide some control overian2014-04-231-3/+11
* Install newly added bsd.mkopt.mk.jkim2014-04-191-0/+1
* Retire compatibility YES_HESIOD. If you haven't upgraded in the lastimp2014-04-181-7/+0
* Move the generic part of bsd.opts.mk into bsd.mkopts.mk to allow forimp2014-04-182-28/+41
* Allow setting of MK_FOO by anybody. There are too many edge cases thatimp2014-04-181-36/+3
* Copy bsd.own.mk to bsd.opts.mk and separate out the option settingimp2014-04-183-454/+495
* Separate out enabling building clang and/or gcc for the system andimp2014-04-181-7/+14
* Convert NO_MANCOMPRESSED to MK_MANCOMPRESSED.imp2014-04-182-6/+6
* Don't build EISA by default anymore. Remove from i386 GENERIC andimp2014-04-181-0/+1
* r264402 builds fine, but turns out there are problems withimp2014-04-132-7/+6
* Convert NO_MANCOMPRESS to normal convention.imp2014-04-132-6/+7
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
* Don't apply ctf conversions in POSIX mode. These can't happen thereimp2014-04-131-6/+0
* Introduce RANLIBFLAGS to mirror ARFLAGS and add -D to both. This setsdes2014-04-122-4/+7
* Need to test .MAKE.LEVEL everywhere before using it for bootstrappingimp2014-04-071-2/+2
OpenPOWER on IntegriCloud