aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/grep/Makefile
Commit message (Expand)AuthorAgeFilesLines
* grep: fix LINKS in MakefileMartin Tournoij2021-01-181-1/+1
* build: remove the option to build gnugrepKyle Evans2020-12-251-18/+8
* bsdgrep: don't link against libregex for bootstrapKyle Evans2020-12-061-0/+2
* Retire GNU_GREP_COMPAT knobKyle Evans2020-12-051-3/+0
* Always install usr.bin/grep as grep when bootstrappingAlex Richardson2020-08-071-2/+2
* bsdgrep: switch to libregex for GNU_GREP_COMPATKyle Evans2020-08-041-2/+2
* Fix bsdgrep manpage clobbering grep(1) with default build optionsKyle Evans2019-01-091-1/+1
* Remove NLS support from BSD grepBaptiste Daroussin2018-06-061-6/+0
* bsdgrep: annihilate our in-tree TRE, previously disabled by defaultKyle Evans2018-05-041-9/+0
* Remove compression support from bsdgrepBaptiste Daroussin2018-04-251-14/+0
* Use a script wrapper for <compress>grepBaptiste Daroussin2018-04-251-34/+36
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-1/+1
* bsdgrep: Add GNU compatible version string indicatorEd Maste2017-05-021-1/+1
* bsdgrep: add BSD_GREP_FASTMATCH knob for built-in fastmatchEd Maste2017-04-211-1/+5
* bsdgrep(1): Rip out "xmalloc" bitsConrad Meyer2017-04-041-1/+1
* bsdgrep(1): create rgrep linkConrad Meyer2017-04-041-0/+2
* Bump GCC max-inline-insns-single in libiconv_modules and grepPedro F. Giffuni2015-07-261-0/+2
* Avoid bogus MLINKS when MK_LZMA_SUPPORT=yes and MK_BSD_GREP=noSimon J. Gerraty2015-06-081-0/+2
* Create MANLINKS for lzgrep, etc when MK_LZMA_SUPPORT != noEnji Cooper2015-01-301-7/+8
* Add a ${CP} alias for copying files in the build.Will Andrews2015-01-161-1/+1
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-8/+4
* Integrate usr.bin/grep/tests from NetBSD into atf/kyuaEnji Cooper2014-10-091-0/+4
* Fix incremental builds involving non-root users with read-only source files.Will Andrews2014-09-181-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Don't test WITHOUT_FOO in program makefiles, test MK_FOO instead.Warner Losh2014-04-011-4/+4
* Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note thisJung-uk Kim2013-06-061-1/+1
* Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".David E. O'Brien2013-01-081-4/+11
* - Create links to the xz and lzma versions even if BSD grep is not theGabor Kovesdan2011-11-281-7/+8
* - Fix installation when WITH_BSD_GREP is set to yesGabor Kovesdan2011-10-231-0/+2
* - Use getprogname() instead of __prognameGabor Kovesdan2011-10-111-8/+16
* Update BSD grep to the latest development version. It has some codeGabor Kovesdan2011-10-051-8/+32
* Remove redundant assignments to WARNS.Ed Schouten2011-06-061-2/+0
* Build and install a BSD licensed grep.David E. O'Brien2011-05-251-0/+11
* - Adjust a comment to actual behaviourGabor Kovesdan2011-04-071-1/+3
* Add BSD grep to the base system and make it our default grep.Gabor Kovesdan2010-07-221-0/+35