summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.own.mk
Commit message (Expand)AuthorAgeFilesLines
* Revert r274200. Implicitly setting DEBUG_FLAGS when WITH_CTF is true ismarkj2014-11-081-1/+0
* Automatically build with debug symbols when building with WITH_CTF.markj2014-11-061-0/+1
* Better documentation for why KERBEROS and OPENSSH are here, and whereimp2014-05-271-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+4
* Copy bsd.own.mk to bsd.opts.mk and separate out the option settingimp2014-04-181-454/+24
* Separate out enabling building clang and/or gcc for the system andimp2014-04-181-7/+14
* Convert NO_MANCOMPRESSED to MK_MANCOMPRESSED.imp2014-04-181-0/+3
* 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-131-4/+0
* Convert NO_MANCOMPRESS to normal convention.imp2014-04-131-0/+4
* Need to test .MAKE.LEVEL everywhere before using it for bootstrappingimp2014-04-071-2/+2
* Convert sort to using newer MK_ convention.imp2014-04-051-0/+1
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.imp2014-04-051-0/+1
* Move setting of the MK_xxx variables based on NO_xxx to avoidimp2014-04-021-15/+16
* FreeBSD make (aka fmake) doesn't grok .MAKE.LEVEL. Failsafe and assumeimp2014-04-021-1/+1
* Don't test WITHOUT_FOO in program makefiles, test MK_FOO instead.imp2014-04-011-0/+2
* There's no need to set the default for GNUCXX based on WITHOUT_CXXimp2014-04-011-9/+3
* Eliminate FDT being treated specially. When the BSDL DTC wasimp2014-04-011-9/+2
* Kill NO_TESTS and use MK_TESTS=no when we want to skip them.imp2014-03-301-14/+0
* Allow the build system to safely set MK_FOO to avoid the ambiguityimp2014-03-301-4/+10
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-231-2/+2
* Remove IPX support.glebius2014-03-141-2/+0
* Integrate device-tree upstream files into the build process:imp2014-02-281-1/+1
* Rename WITHOUT_DMA into WITHOUT_DMAGENT to avoid confusionbapt2014-02-221-2/+2
* Move the part in bsd.own.mk that sets -Wno-c++11-extensions for clang todim2014-02-211-9/+0
* Import Dragonfly Mail Agent into base systembapt2014-02-211-0/+2
* Merge from CheriBSD:brooks2014-01-301-0/+1
* Merge from CheriBSD:brooks2014-01-301-1/+0
* Merge from CheriBSD:brooks2014-01-301-0/+1
* Remove WITHOUT_ATF as it has been replaced by WITH_TESTSskreuzer2014-01-231-1/+0
* Require a C++11 compiler to build LLDBemaste2013-12-171-4/+4
* Please welcome casperd daemon. It (and its services) will be responsible forpjd2013-12-021-0/+1
* Revert r258672. We clearly don't compile libraries enough times.peter2013-11-271-1/+1
* At great personal risk, change the default for LIB32 from yes to no. Aspeter2013-11-271-1/+1
* Remove stray MK_PKGTOOLS leftover from r257444.gjb2013-11-111-1/+0
* Fix buildworld when WITH_TESTS is enabled.jmmv2013-11-081-0/+14
* Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanpeter2013-11-031-5/+0
* Switch the default mtree to nmtree our new NetBSD derived mtree.brooks2013-10-251-1/+1
* Disable WITH_TESTS= for now.rpaulo2013-10-251-1/+1
* Set up the /usr/tests hierarchy.rpaulo2013-10-251-0/+1
* Move the TESTSBASE definition to bsd.own.mk.rpaulo2013-10-251-0/+4
* Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allowsbrooks2013-10-221-1/+0
* Revert r256095, r256120 (partial), r256121:gjb2013-10-091-0/+1
* Good bye RCS. You will be missed.eadler2013-10-071-1/+0
* Remove BIND.des2013-09-301-34/+0
* Flip the switch: disable BIND and enable LDNS_UTILS.des2013-09-241-2/+2
* Add LLDB bmake infrastructureemaste2013-09-201-0/+5
* Build and install the Unbound caching DNS resolver daemon.des2013-09-151-0/+2
* Create a private library directory (LIBPRIVATEDIR) for libraries whichdes2013-09-081-0/+3
* Only set -Wno-c++11-extensions if we're building with clang, so bootstrappingtheraven2013-09-061-0/+3
OpenPOWER on IntegriCloud