summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-082-1/+14
* Move atf-sh from /usr/bin/ to /usr/libexec/jmmv2014-06-061-1/+1
* Add the *_TESTS_SH_SED_* functionality to atf.test.mk.jmmv2014-06-061-1/+5
* Install VT support filesemaste2014-06-051-0/+1
* Better documentation for why KERBEROS and OPENSSH are here, and whereimp2014-05-272-3/+8
* Change libatf-c and libatf-c++ to be private libraries.jmmv2014-05-252-2/+4
* Allow CC to not actually exist. During the ports INDEX run, all theimp2014-05-231-3/+3
* Use an intermediate target to associate with _SUBDIR which is marked .MAKEsjg2014-05-201-5/+9
* Revert previous change - doesn't cover all cases.sjg2014-05-191-2/+1
* _SUBDIR is marked .MAKE - since it runs a sub-make.sjg2014-05-191-1/+2
* Move inclusion of /etc/make.conf and others to old location (this alsoimp2014-05-171-15/+15
* The time is not yet ripe to break the lack of dependencies betweenimp2014-05-171-1/+7
* Read in SRCCONF early and consistently, if src.sys.mk exists, which isimp2014-05-173-13/+18
* Revert r261296. This removes the WITHOUT_NCURSESW option.brooks2014-05-151-1/+0
* 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
OpenPOWER on IntegriCloud