aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Add WITHOUT_UTMPX switch to the build system.Ed Schouten2011-06-171-0/+1
* Don't pass -o1- to groff(1) by default. If ms(7) formatted documentRuslan Ermilov2011-06-031-4/+2
* Start to usher INSTALL_NODEBUG hack out the door. Add newWarner Losh2011-05-221-0/+1
* Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained controlWarner Losh2011-05-191-0/+4
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-1/+0
* Removed unsupported options MK_BINUTILS and MK_GCC that wereRuslan Ermilov2011-05-101-2/+0
* Another fallout from r220359: MK_GNU_CPIO was mistakenly re-addedRuslan Ermilov2011-05-101-2/+1
* Introduce two new options MK_INET and MK_INET_SUPPORT analogicallyBjoern A. Zeeb2011-04-301-0/+2
* Remove support for the Intel C Compiler from the build infrastructure.Dimitry Andric2011-04-194-49/+8
* Remove libobjc and other Objective-C related components, as these areDimitry Andric2011-04-175-32/+1
* Complete WITHOUT_CXX support. It implies WITHOUT_GROFF andUlrich Spörlein2011-04-061-0/+5
* Make clang default on x86 and powerpc, but not on other architectures.Warner Losh2011-04-051-31/+50
* - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson2011-03-211-1/+2
* Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mkMartin Matuska2011-03-141-2/+8
* Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.confMartin Matuska2011-03-071-3/+3
* To be able to use printf extensions we need to turn off gcc format checking.Pawel Jakub Dawidek2011-03-071-0/+3
* Add the BSD-licensed Citrus iconv to the base system with default offGabor Kovesdan2011-02-251-0/+1
* Back out 218933 and 281934. The easy cases still worked, but someWarner Losh2011-02-221-1/+16
* Testing based on MACHINE_ARCH is problematic. Default to yes to buildWarner Losh2011-02-221-14/+1
* Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.Martin Matuska2011-02-201-2/+9
* Add LIBEXECDIR to the bsd.own.mk vars, pointing to /usr/libexec by defaultGiorgos Keramidas2011-02-101-0/+3
* Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-01-121-0/+1
* Retire TARGET_ABI.Warner Losh2011-01-072-3/+3
* Introduce make variable ACFLAGS used to supply additional flags toKonstantin Belousov2011-01-072-6/+8
* - Add CPUTYPE support for sparc64. The net result is that it's now possibleMarius Strobl2010-12-301-2/+28
* Enable build of FDT components by default. dtc is a required build toolNathan Whitehorn2010-12-221-1/+1
* Re-enable generating links.Adrian Chadd2010-11-161-11/+8
* .. and then notice that the list of mk files is ordered, and update to suit.Adrian Chadd2010-11-161-2/+2
* Add in forgotten install rule.Adrian Chadd2010-11-161-1/+1
* This case is actually powerpc specific, and doesn't apply to powerpc64.Warner Losh2010-11-141-1/+1
* Break out the rules which generate crunchgen'ed binaries into a separateAdrian Chadd2010-11-131-0/+160
* Fix typo, and re-wrap paragraph.Dimitry Andric2010-11-111-5/+5
* Complete the integration of tbemd branch into head.Warner Losh2010-11-102-11/+5
* - Introduce WITH_GPIO knob and disable building gpioctlOleksandr Tymoshenko2010-10-051-0/+1
* Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason...Warner Losh2010-09-131-18/+18
* Add a comment describing where to include bsd.dtrace.mk.Rui Paulo2010-09-111-0/+1
* Fix bugs introduced in the previous rev:Rui Paulo2010-09-101-5/+9
* Fix typo in previous commit.Rui Paulo2010-09-101-1/+1
* Add bsd.dtrace.mk. This allows userland programs and libraries toRui Paulo2010-09-102-1/+57
* Check the existence of a 'beforelinking' target and make the resultingRui Paulo2010-09-102-1/+13
* Add the DTRACE variable that points to the executable.Rui Paulo2010-09-101-0/+1
* Now that we default to the proper endian, we don't need these for mipsWarner Losh2010-08-281-7/+0
* MFtbemd:Warner Losh2010-08-232-3/+4
* - Change default grep back to GNU version. BSD grep can be built with theGabor Kovesdan2010-08-231-1/+1
* Remove LIBELF_PIC.Rui Paulo2010-08-211-1/+0
* Add the definition of LIBELF_PIC.Rui Paulo2010-08-211-0/+1
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inRui Paulo2010-08-173-5/+5
* Make sure any -U CFLAGS are not filtered out when calling mkdep, asRui Paulo2010-08-171-6/+6
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asWill Andrews2010-08-121-2/+2
* Add LIBRTLD_DB.Rui Paulo2010-07-311-0/+1