summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Correctly pass the -mllvm -enable-gvn=false flag in CLANG_OPT_SMALLdim2015-03-211-2/+2
* Start to import support for the AArch64 architecture from ARM. This changeandrew2015-03-192-3/+7
* Document LIB and LIB_CXX.bdrewery2015-03-171-0/+7
* Add LIB_CXX so that C++ libraries will use CXX to link.bdrewery2015-03-171-1/+8
* Unhide linker line for libraries.bdrewery2015-03-171-1/+1
* Remove unneeded handling of undefined NM.bdrewery2015-03-171-14/+0
* Catch up with Clang 3.6.0.jkim2015-03-171-32/+51
* Fix DESTDIR supportbapt2015-03-151-2/+2
* Symplify links installation by using multi variable for loopbapt2015-03-151-22/+8
* Merge ^/head r279893 through r279984.dim2015-03-143-7/+30
|\
| * Allow relative pathnames in SRCS, so as to enable building softwaredim2015-03-142-7/+18
| * Add support for specifying unsupported / broken options that overrideimp2015-03-121-0/+12
* | Merge ^/head r279313 through r279595.dim2015-03-042-2/+2
|\ \ | |/
| * Fix typo (_DP_grom -> _DP_geom) so applications that need to link againstngie2015-02-281-1/+1
| * Update r279018 so it only applies to Clang version 3.5+ and not 3.4.[1-9].obrien2015-02-271-1/+1
* | Merge ^/head r279163 through r279308.dim2015-02-262-0/+11
|\ \ | |/
| * If sys.mk were found via the magic path .../share/mksjg2015-02-241-0/+10
| * Significant upgrades to sa(4) and mt(1).ken2015-02-231-0/+1
* | Merging ^/head r278916 through r279022.dim2015-02-194-4/+14
|\ \ | |/
| * Only disable gvn on clang 3.5 and newer.imp2015-02-191-1/+4
| * Add LIBXO.marcel2015-02-181-0/+1
| * Remove drti.o's dependency on libelf. This makes it possible to add DTracemarkj2015-02-181-3/+0
| * release: use xz via pipe when compressing the tarballs.rpaulo2015-02-171-0/+9
* | Merge ^/head r278499 through r278755.dim2015-02-142-6/+6
|\ \ | |/
| * Make the extra dependencies in DPADD be dependencies of PROG_FULL andjhb2015-02-132-5/+5
| * Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-121-1/+1
* | Merge ^/head r278351 through r278498.dim2015-02-103-1/+14
|\ \ | |/
| * Move these definitions to bsd.own.mk along side the kernel directory /imp2015-02-091-1/+5
| * Enforce that MK_foo options shall be either "yes" or "no" and nothingimp2015-02-091-0/+8
| * Merge xz 5.2.0.rpaulo2015-02-091-0/+1
* | Merging ^/head r278298 through r278350.dim2015-02-072-0/+2
|\ \ | |/
| * Add a new device control utility for new-bus devices called devctl. Thisjhb2015-02-062-0/+2
* | Merge ^/head r278110 through r278223.dim2015-02-041-0/+11
|\ \ | |/
| * Add MK_FILE to control whether or not to build file(1), libmagic(3), etcngie2015-02-041-0/+1
| * Add the following options to enable/disable several features in the base systemngie2015-02-041-0/+9
| * Conditionalize building radius support into libpam, ppp, etc viangie2015-02-041-0/+1
* | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' fordim2015-01-281-0/+7
* | Disable the new -Wunused-local-typedef warning for WARNS <= 3, since itdim2015-01-281-1/+4
|/
* Add MK_AUTOFS knob for building and installing autofs(4), et alngie2015-01-261-0/+1
* Add MK_BHYVE knob for building and installing bhyve(4), et alngie2015-01-261-0/+1
* Add MK_HAST knob for building and installing hastd(8), et alngie2015-01-261-0/+1
* Add MK_CCD knob for building and installing ccd(4), ccdconfig, etcngie2015-01-251-0/+1
* Add MK_BSDINSTALL knob for building and installing bsdinstallngie2015-01-251-0/+1
* Add MK_TALK knob for building the talk and talkdngie2015-01-251-0/+1
* Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernelngie2015-01-251-0/+1
* Add MK_EE knob to control installing edit, ee, etcngie2015-01-251-0/+1
* For armv6 builds, add -mfloat-abi=softfp. This tells the compiler it canian2015-01-191-0/+4
* Add a ${CP} alias for copying files in the build.will2015-01-161-0/+5
* Add infrastructure to build dtb files from dts files.imp2015-01-082-0/+18
* Use a set of ELF Tool Chain tools by defaultemaste2015-01-071-1/+1
OpenPOWER on IntegriCloud