From d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Aug 2023 11:55:03 -0600 Subject: Remove $FreeBSD$: one-line sh pattern Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ --- libexec/makewhatis.local/Makefile | 1 - libexec/makewhatis.local/Makefile.depend | 1 - libexec/makewhatis.local/makewhatis.local.sh | 1 - 3 files changed, 3 deletions(-) (limited to 'libexec/makewhatis.local') diff --git a/libexec/makewhatis.local/Makefile b/libexec/makewhatis.local/Makefile index 5038085cc4e3..14d7b80b78e6 100644 --- a/libexec/makewhatis.local/Makefile +++ b/libexec/makewhatis.local/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SCRIPTS= makewhatis.local.sh MAN= makewhatis.local.8 diff --git a/libexec/makewhatis.local/Makefile.depend b/libexec/makewhatis.local/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/libexec/makewhatis.local/Makefile.depend +++ b/libexec/makewhatis.local/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/libexec/makewhatis.local/makewhatis.local.sh b/libexec/makewhatis.local/makewhatis.local.sh index d6293a556e82..ace6653852a1 100644 --- a/libexec/makewhatis.local/makewhatis.local.sh +++ b/libexec/makewhatis.local/makewhatis.local.sh @@ -31,7 +31,6 @@ # /usr may kill your NFS server -- all clients start makewhatis at the same # time! So use this wrapper instead calling makewhatis directly. # -# $FreeBSD$ PATH=/bin:/usr/bin:$PATH; export PATH opt= dirs= localdirs= -- cgit v1.2.3