aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
...
* Add afterbuild target to bsd.prog.mk.Marcin Wojtas2021-05-211-0/+5
* Disable building svnlite(1) by default.John Baldwin2021-05-051-1/+1
* src.libnames.mk: Remove redundant am-utils library definitionCy Schubert2021-04-291-3/+0
* bsd.compiler.mk: detect Apple Clang for cross-buildsAlex Richardson2021-04-201-1/+11
* pfctl: Move ioctl abstraction functions into libpfctlKristof Provost2021-04-101-0/+5
* Don't add -Winline for WARNS=6Alex Richardson2021-03-221-2/+1
* pkgbase: Fix building out-of-tree manual pagesJung-uk Kim2021-03-162-1/+1
* pkgbase: Add an src.conf option for splitting man pagesEmmanuel Vadot2021-03-162-0/+10
* bsd.lib.mk: Add a install target for .pc filesEmmanuel Vadot2021-03-161-1/+13
* Silence annoying and incorrect non-default linker warning with GCCAlex Richardson2021-03-041-0/+4
* Remove fmtree(8)Kyle Evans2021-03-021-1/+0
* ncurses: Add support for terminfo databaseBaptiste Daroussin2021-02-251-0/+1
* Enable PIE by default on 64-bit architecturesMarcin Wojtas2021-02-241-1/+15
* Add fileprefixmap compiler featureDan McGregor2021-02-171-0/+4
* build: turn off FMTREE by default to prepare for removalKyle Evans2021-02-131-1/+1
* bsd.compiler.mk: Detect distribution-provided GCC when executed as ccJessica Clarke2021-02-091-0/+9
* src.opts.mk: set MK_ZFS conditional on MK_OPENSSLMitchell Horne2021-02-011-0/+1
* Remove the MK_LIBCPLUSPLUS optionAlex Richardson2021-02-014-10/+0
* Flip the default for OPENSSL_KTLS to arm64Allan Jude2021-01-281-2/+2
* OpenSSL: Support for kernel TLS offload (KTLS)John Baldwin2021-01-281-0/+7
* build: remove LIBPTHREAD/LIBTHR build optionsKyle Evans2021-01-221-6/+0
* Revert "[mips] revert r366664 - flip mips back from -O2 to -O"Mateusz Guzik2021-01-221-7/+0
* Bump CURRENT to 14.0Glen Barber2021-01-221-4/+4
* make check: suppress echo of kyua binary locationKyle Evans2021-01-161-1/+1
* [mips] revert r366664 - flip mips back from -O2 to -OAdrian Chadd2021-01-141-0/+7
* build: `make check`: use a PATH search instead for KyuaKyle Evans2021-01-141-4/+4
* [wpa] Add support for hostapd/wpa_supplicant when WITHOUT_CRYPT=YESAdrian Chadd2021-01-131-1/+0
* bsd.compat.mk: Allow finding non-internal librariesBryan Drewery2021-01-082-1/+2
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-076-10/+16
* ncurses: only keep the version with widechar supportBaptiste Daroussin2021-01-051-12/+4
* bsd.incs.mk: Add support to override tags for a specific include groupEmmanuel Vadot2021-01-041-12/+16
* mk: Set the DIR tags based on the files oneEmmanuel Vadot2021-01-041-0/+2
* build: remove the option to build gnugrepKyle Evans2020-12-253-5/+0
* Remove additional GDB leftovers missed in r368667Ed Maste2020-12-151-6/+0
* Flip the GNU_GREP default to OFFKyle Evans2020-12-111-1/+1
* Default to WITHOUT_GDB (GDB 6.1.1) for FreeBSD 13Ed Maste2020-12-081-1/+1
* src.opts.mk: switch to bsdgrep as /usr/bin/grepKyle Evans2020-12-081-1/+1
* Retire GNU_GREP_COMPAT knobKyle Evans2020-12-051-1/+0
* bsd.lib.mk: Work around build system racinessAlex Richardson2020-11-261-1/+11
* Update dirdeps.mk et al to latestSimon J. Gerraty2020-11-2415-205/+343
* Add a guard for broken SUBDIR.${MK_FOO} useBrooks Davis2020-11-161-0/+6
* Fix `make makeman` after r367577Ed Maste2020-11-131-1/+1
* Support initializing stack variables on function entryBrooks Davis2020-11-104-1/+46
* makeman: Don't require filemon with MK_DIRDEPS_BUILD.Bryan Drewery2020-11-101-0/+4
* Turn on WITH_LLVM_CXXFILT by defaultDimitry Andric2020-11-041-1/+1
* Add WITH_LLVM_CXXFILT option to install llvm-cxxfilt as c++filtDimitry Andric2020-11-031-0/+1
* Remove --ld-path=* from _LDFLAGSBrooks Davis2020-10-131-1/+1
* Stop using -O instead of -O2 for MIPSAlex Richardson2020-10-131-4/+0
* Don't use install(1) for the library symlinks in the build directoryAlex Richardson2020-10-121-2/+4
* Make capsicum test cases fine-grainedLi-Wen Hsu2020-10-062-2/+9