aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locale
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
commitd0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch)
tree37ee9e3a9af3eec3e1baf2793da82358c404479b /usr.bin/locale
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
downloadsrc-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz
src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip
Diffstat (limited to 'usr.bin/locale')
-rw-r--r--usr.bin/locale/Makefile1
-rw-r--r--usr.bin/locale/Makefile.depend1
-rw-r--r--usr.bin/locale/tests/Makefile1
-rwxr-xr-xusr.bin/locale/tests/locale_test.sh1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile
index 48a5c5562b5d..9be90f2bb11f 100644
--- a/usr.bin/locale/Makefile
+++ b/usr.bin/locale/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/usr.bin/locale/Makefile.depend b/usr.bin/locale/Makefile.depend
index e1468f4dd35c..cde253fc72ce 100644
--- a/usr.bin/locale/Makefile.depend
+++ b/usr.bin/locale/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/locale/tests/Makefile b/usr.bin/locale/tests/Makefile
index fbccc45479c2..ba696103e633 100644
--- a/usr.bin/locale/tests/Makefile
+++ b/usr.bin/locale/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/usr.bin/locale/tests/locale_test.sh b/usr.bin/locale/tests/locale_test.sh
index 7513ea446c3e..859816f499c2 100755
--- a/usr.bin/locale/tests/locale_test.sh
+++ b/usr.bin/locale/tests/locale_test.sh
@@ -24,7 +24,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
atf_test_case k_flag_posix
k_flag_posix_head()