mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
Unconditionally install bsdgrep as grep, bootstrap or not. Remove all build glue and stop installing both gnugrep and libgnuregex now that all consumers of the latter are gone. Relnotes: yes Differential Revision: https://reviews.freebsd.org/D27732
11 lines
167 B
Makefile
11 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR.${MK_DIALOG}+= dialog
|
|
SUBDIR.${MK_GNU_DIFF}+= diff3
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|