diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /usr.bin/grep | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'usr.bin/grep')
| -rw-r--r-- | usr.bin/grep/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/grep/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.bin/grep/Makefile.depend.options | 1 | ||||
| -rw-r--r-- | usr.bin/grep/tests/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/grep/tests/Makefile.depend | 1 | ||||
| -rwxr-xr-x | usr.bin/grep/tests/grep_freebsd_test.sh | 1 | ||||
| -rwxr-xr-x | usr.bin/grep/zgrep.sh | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/grep/Makefile b/usr.bin/grep/Makefile index 661efbd9f0ac..2204758ece5a 100644 --- a/usr.bin/grep/Makefile +++ b/usr.bin/grep/Makefile @@ -1,5 +1,4 @@ # $NetBSD: Makefile,v 1.4 2011/02/16 01:31:33 joerg Exp $ -# $FreeBSD$ # $OpenBSD: Makefile,v 1.6 2003/06/25 15:00:04 millert Exp $ .include <src.opts.mk> diff --git a/usr.bin/grep/Makefile.depend b/usr.bin/grep/Makefile.depend index 2dfcee44e5bb..92fa8c2d80f7 100644 --- a/usr.bin/grep/Makefile.depend +++ b/usr.bin/grep/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/grep/Makefile.depend.options b/usr.bin/grep/Makefile.depend.options index 15d3f2381070..b62a74f3895c 100644 --- a/usr.bin/grep/Makefile.depend.options +++ b/usr.bin/grep/Makefile.depend.options @@ -1,4 +1,3 @@ -# $FreeBSD$ # This file is not autogenerated - take care! DIRDEPS_OPTIONS= GNU_GREP_COMPAT diff --git a/usr.bin/grep/tests/Makefile b/usr.bin/grep/tests/Makefile index f0c0c86c6b47..eb8e867c675c 100644 --- a/usr.bin/grep/tests/Makefile +++ b/usr.bin/grep/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/usr.bin/grep/tests/Makefile.depend b/usr.bin/grep/tests/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/grep/tests/Makefile.depend +++ b/usr.bin/grep/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/grep/tests/grep_freebsd_test.sh b/usr.bin/grep/tests/grep_freebsd_test.sh index c66d5a55fe21..77017529843e 100755 --- a/usr.bin/grep/tests/grep_freebsd_test.sh +++ b/usr.bin/grep/tests/grep_freebsd_test.sh @@ -24,7 +24,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # What grep(1) are we working with? # - 0 : bsdgrep diff --git a/usr.bin/grep/zgrep.sh b/usr.bin/grep/zgrep.sh index bd0e8847e5f6..d7a52dcad141 100755 --- a/usr.bin/grep/zgrep.sh +++ b/usr.bin/grep/zgrep.sh @@ -22,7 +22,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ set -u grep=grep |
