summaryrefslogtreecommitdiff
path: root/usr.bin/grep/Makefile
AgeCommit message (Expand)Author
2025-07-26Replace last few remaining MAN[1-8] with MANDag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2021-12-21pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot
2021-01-18grep: fix LINKS in MakefileMartin Tournoij
2020-12-25build: remove the option to build gnugrepKyle Evans
2020-12-06bsdgrep: don't link against libregex for bootstrapKyle Evans
2020-12-05Retire GNU_GREP_COMPAT knobKyle Evans
2020-08-07Always install usr.bin/grep as grep when bootstrappingAlex Richardson
2020-08-04bsdgrep: switch to libregex for GNU_GREP_COMPATKyle Evans
2019-01-09Fix bsdgrep manpage clobbering grep(1) with default build optionsKyle Evans
2018-06-06Remove NLS support from BSD grepBaptiste Daroussin
2018-05-04bsdgrep: annihilate our in-tree TRE, previously disabled by defaultKyle Evans
2018-04-25Remove compression support from bsdgrepBaptiste Daroussin
2018-04-25Use a script wrapper for <compress>grepBaptiste Daroussin
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-06-19Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery
2017-05-02bsdgrep: Add GNU compatible version string indicatorEd Maste
2017-04-21bsdgrep: add BSD_GREP_FASTMATCH knob for built-in fastmatchEd Maste
2017-04-04bsdgrep(1): Rip out "xmalloc" bitsConrad Meyer
2017-04-04bsdgrep(1): create rgrep linkConrad Meyer
2015-07-26Bump GCC max-inline-insns-single in libiconv_modules and grepPedro F. Giffuni
2015-06-08Avoid bogus MLINKS when MK_LZMA_SUPPORT=yes and MK_BSD_GREP=noSimon J. Gerraty
2015-01-30Create MANLINKS for lzgrep, etc when MK_LZMA_SUPPORT != noEnji Cooper
2015-01-16Add a ${CP} alias for copying files in the build.Will Andrews
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-10-09Integrate usr.bin/grep/tests from NetBSD into atf/kyuaEnji Cooper
2014-09-18Fix incremental builds involving non-root users with read-only source files.Will Andrews
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-01Don't test WITHOUT_FOO in program makefiles, test MK_FOO instead.Warner Losh
2013-06-06Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note thisJung-uk Kim
2013-01-08Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".David E. O'Brien
2011-11-28- Create links to the xz and lzma versions even if BSD grep is not theGabor Kovesdan
2011-10-23- Fix installation when WITH_BSD_GREP is set to yesGabor Kovesdan
2011-10-11- Use getprogname() instead of __prognameGabor Kovesdan
2011-10-05Update BSD grep to the latest development version. It has some codeGabor Kovesdan
2011-06-06Remove redundant assignments to WARNS.Ed Schouten
2011-05-25Build and install a BSD licensed grep.David E. O'Brien
2011-04-07- Adjust a comment to actual behaviourGabor Kovesdan
2010-07-22Add BSD grep to the base system and make it our default grep.Gabor Kovesdan