aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing escape characthers.Rui Paulo2010-07-302-2/+2
* Fix previous commit: I forgot to include parenthesis.Rui Paulo2010-07-303-66/+66
* When building WITH_CTF=1, print the ctf executable that's going to beRui Paulo2010-07-293-33/+99
* Add BSD grep to the base system and make it our default grep.Gabor Kovesdan2010-07-221-1/+1
* Minor modifications to know what to do with powerpc64.Nathan Whitehorn2010-07-103-2/+5
* Also install the new bsd.arch.inc.mk filed. Missed in r204020.Bjoern A. Zeeb2010-07-061-0/+1
* Do not set WITH_FDT by default based on arch, as this does not work forRafal Jaworowski2010-06-131-11/+1
* Merge from tbemdWarner Losh2010-06-111-0/+11
* Merge from tbemd branch:Warner Losh2010-06-111-1/+13
* Hook clang into the build on i386/amd64/powerpc.Roman Divacky2010-06-091-0/+15
* Use MACHINE_ARCH instead of TARGET_ARCH.Rafal Jaworowski2010-05-261-2/+1
* Introduce a new build knob for Flattened Device Tree support.Rafal Jaworowski2010-05-251-0/+12
* o Remove EoL w/spaces introduced in the last commit.Maxim Konovalov2010-05-221-5/+5
* o Grammar.Maxim Konovalov2010-05-221-6/+6
* Add a new build option, MAN_UTILS. This option lets you control buildingJung-uk Kim2010-05-191-1/+2
* Import of liblzma, xz, xzdec, lzmainfo from vendor branchMartin Matuska2010-05-101-0/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-0/+1
* When CPUTYPE is defined to any value, on amd64 platform "mmx" isXin LI2010-04-211-1/+1
* WITH_CTF can now be specified in src.conf (not recommended, thereAlexander Leidinger2010-04-024-102/+51