summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 11:55:03 -0600
committerWarner Losh <imp@FreeBSD.org>2023-08-16 11:55:03 -0600
commitd0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch)
tree37ee9e3a9af3eec3e1baf2793da82358c404479b /gnu
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'gnu')
-rw-r--r--gnu/Makefile1
-rw-r--r--gnu/Makefile.inc1
-rw-r--r--gnu/lib/Makefile1
-rw-r--r--gnu/lib/Makefile.inc1
-rw-r--r--gnu/lib/libdialog/Makefile1
-rw-r--r--gnu/lib/libdialog/Makefile.depend1
-rw-r--r--gnu/lib/tests/Makefile1
-rw-r--r--gnu/lib/tests/Makefile.depend1
-rw-r--r--gnu/tests/Makefile1
-rw-r--r--gnu/tests/Makefile.depend1
-rw-r--r--gnu/usr.bin/Makefile1
-rw-r--r--gnu/usr.bin/Makefile.inc1
-rw-r--r--gnu/usr.bin/dialog/Makefile1
-rw-r--r--gnu/usr.bin/dialog/Makefile.depend1
-rw-r--r--gnu/usr.bin/diff3/Makefile1
-rw-r--r--gnu/usr.bin/diff3/Makefile.depend1
-rw-r--r--gnu/usr.bin/tests/Makefile1
-rw-r--r--gnu/usr.bin/tests/Makefile.depend1
18 files changed, 0 insertions, 18 deletions
diff --git a/gnu/Makefile b/gnu/Makefile
index 7ecf7c8965a3..f0b6f7a36fc3 100644
--- a/gnu/Makefile
+++ b/gnu/Makefile
@@ -1,5 +1,4 @@
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/gnu/Makefile.inc b/gnu/Makefile.inc
index 5de8a1ece6f8..0c24247f8925 100644
--- a/gnu/Makefile.inc
+++ b/gnu/Makefile.inc
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Do not lint the GNU stuff. It is all externally maintained and
# lint output is wasteful noise here.
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 1b42da377883..0b5e328601f2 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/gnu/lib/Makefile.inc b/gnu/lib/Makefile.inc
index 265f86d1ed55..d3b5cbd3a79b 100644
--- a/gnu/lib/Makefile.inc
+++ b/gnu/lib/Makefile.inc
@@ -1,3 +1,2 @@
-# $FreeBSD$
.include "../Makefile.inc"
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 73373b1d5827..4b18683e853d 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
DIALOG= ${SRCTOP}/contrib/dialog
diff --git a/gnu/lib/libdialog/Makefile.depend b/gnu/lib/libdialog/Makefile.depend
index 134de25a5728..bb081b18d395 100644
--- a/gnu/lib/libdialog/Makefile.depend
+++ b/gnu/lib/libdialog/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/gnu/lib/tests/Makefile b/gnu/lib/tests/Makefile
index 3b3078f8612a..b8996030aafc 100644
--- a/gnu/lib/tests/Makefile
+++ b/gnu/lib/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/tests
KYUAFILE= yes
diff --git a/gnu/lib/tests/Makefile.depend b/gnu/lib/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/gnu/lib/tests/Makefile.depend
+++ b/gnu/lib/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/gnu/tests/Makefile b/gnu/tests/Makefile
index 3b3078f8612a..b8996030aafc 100644
--- a/gnu/tests/Makefile
+++ b/gnu/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/tests
KYUAFILE= yes
diff --git a/gnu/tests/Makefile.depend b/gnu/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/gnu/tests/Makefile.depend
+++ b/gnu/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 9910365a5b0a..84fe2f2f3b80 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/gnu/usr.bin/Makefile.inc b/gnu/usr.bin/Makefile.inc
index 4cec6fe01a45..78a3af23f3cc 100644
--- a/gnu/usr.bin/Makefile.inc
+++ b/gnu/usr.bin/Makefile.inc
@@ -1,4 +1,3 @@
-# $FreeBSD$
BINDIR?= /usr/bin
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile
index bb50dc46cea8..8cf4976eee0e 100644
--- a/gnu/usr.bin/dialog/Makefile
+++ b/gnu/usr.bin/dialog/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
DIALOG= ${SRCTOP}/contrib/dialog
PROG= dialog
diff --git a/gnu/usr.bin/dialog/Makefile.depend b/gnu/usr.bin/dialog/Makefile.depend
index db17003a8c44..492411c88ada 100644
--- a/gnu/usr.bin/dialog/Makefile.depend
+++ b/gnu/usr.bin/dialog/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile
index 4bbb87ddb65b..9d325c4418ca 100644
--- a/gnu/usr.bin/diff3/Makefile
+++ b/gnu/usr.bin/diff3/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
DIFFSRC=${SRCTOP}/contrib/diff/src
.PATH: ${DIFFSRC} \
diff --git a/gnu/usr.bin/diff3/Makefile.depend b/gnu/usr.bin/diff3/Makefile.depend
index 8d409f5263ac..6ef78fac5cbf 100644
--- a/gnu/usr.bin/diff3/Makefile.depend
+++ b/gnu/usr.bin/diff3/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/gnu/usr.bin/tests/Makefile b/gnu/usr.bin/tests/Makefile
index 3b3078f8612a..b8996030aafc 100644
--- a/gnu/usr.bin/tests/Makefile
+++ b/gnu/usr.bin/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/tests
KYUAFILE= yes
diff --git a/gnu/usr.bin/tests/Makefile.depend b/gnu/usr.bin/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/gnu/usr.bin/tests/Makefile.depend
+++ b/gnu/usr.bin/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \