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/ --- lib/libxo/Makefile | 1 - lib/libxo/Makefile.depend | 1 - lib/libxo/encoder/Makefile | 1 - lib/libxo/encoder/csv/Makefile | 1 - lib/libxo/libxo/Makefile | 1 - lib/libxo/tests/Makefile | 1 - lib/libxo/tests/Makefile.depend | 1 - lib/libxo/tests/encoder/Makefile | 1 - lib/libxo/tests/encoder/Makefile.depend | 1 - lib/libxo/tests/functional_test.sh | 1 - 10 files changed, 10 deletions(-) (limited to 'lib/libxo') diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile index 96e91e3bf21a..051dce646286 100644 --- a/lib/libxo/Makefile +++ b/lib/libxo/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include diff --git a/lib/libxo/Makefile.depend b/lib/libxo/Makefile.depend index cb359e02d503..7584a270678f 100644 --- a/lib/libxo/Makefile.depend +++ b/lib/libxo/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/lib/libxo/encoder/Makefile b/lib/libxo/encoder/Makefile index 4707dd917c08..8b70fbed97b8 100644 --- a/lib/libxo/encoder/Makefile +++ b/lib/libxo/encoder/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIBDIR?= /lib diff --git a/lib/libxo/encoder/csv/Makefile b/lib/libxo/encoder/csv/Makefile index f4c3cb88aebd..b828e64c8143 100644 --- a/lib/libxo/encoder/csv/Makefile +++ b/lib/libxo/encoder/csv/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include diff --git a/lib/libxo/libxo/Makefile b/lib/libxo/libxo/Makefile index 86a94e323d0e..f51ec506da45 100644 --- a/lib/libxo/libxo/Makefile +++ b/lib/libxo/libxo/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SHLIBDIR?= /lib diff --git a/lib/libxo/tests/Makefile b/lib/libxo/tests/Makefile index 2d834ac502f1..74af945b7244 100644 --- a/lib/libxo/tests/Makefile +++ b/lib/libxo/tests/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ .include diff --git a/lib/libxo/tests/Makefile.depend b/lib/libxo/tests/Makefile.depend index 5770a091f2a6..1032566579a2 100644 --- a/lib/libxo/tests/Makefile.depend +++ b/lib/libxo/tests/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/lib/libxo/tests/encoder/Makefile b/lib/libxo/tests/encoder/Makefile index a8839e45a9fa..81d6e0a051d6 100644 --- a/lib/libxo/tests/encoder/Makefile +++ b/lib/libxo/tests/encoder/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/lib/libxo/tests/encoder/Makefile.depend b/lib/libxo/tests/encoder/Makefile.depend index aa8b4b3e4f33..07e2f00360c2 100644 --- a/lib/libxo/tests/encoder/Makefile.depend +++ b/lib/libxo/tests/encoder/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/lib/libxo/tests/functional_test.sh b/lib/libxo/tests/functional_test.sh index 39c3715b33b6..cf1ea1af34f0 100755 --- a/lib/libxo/tests/functional_test.sh +++ b/lib/libxo/tests/functional_test.sh @@ -24,7 +24,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$ SRCDIR=$(atf_get_srcdir) -- cgit v1.2.3