aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf
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/printf
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
Diffstat (limited to 'usr.bin/printf')
-rw-r--r--usr.bin/printf/Makefile1
-rw-r--r--usr.bin/printf/Makefile.depend1
-rw-r--r--usr.bin/printf/tests/Makefile1
-rw-r--r--usr.bin/printf/tests/Makefile.depend1
-rw-r--r--usr.bin/printf/tests/legacy_test.sh1
-rw-r--r--usr.bin/printf/tests/regress.sh1
6 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile
index 54d6f5c8ed39..4756e14edb3b 100644
--- a/usr.bin/printf/Makefile
+++ b/usr.bin/printf/Makefile
@@ -1,5 +1,4 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/usr.bin/printf/Makefile.depend b/usr.bin/printf/Makefile.depend
index 8d409f5263ac..6ef78fac5cbf 100644
--- a/usr.bin/printf/Makefile.depend
+++ b/usr.bin/printf/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/printf/tests/Makefile b/usr.bin/printf/tests/Makefile
index b4ea79be3332..8f2abefbfed3 100644
--- a/usr.bin/printf/tests/Makefile
+++ b/usr.bin/printf/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/usr.bin/printf/tests/Makefile.depend b/usr.bin/printf/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/usr.bin/printf/tests/Makefile.depend
+++ b/usr.bin/printf/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/printf/tests/legacy_test.sh b/usr.bin/printf/tests/legacy_test.sh
index 1b6b806c5980..3c7842d07bf0 100644
--- a/usr.bin/printf/tests/legacy_test.sh
+++ b/usr.bin/printf/tests/legacy_test.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
SRCDIR="$(dirname "${0}")"; export SRCDIR
diff --git a/usr.bin/printf/tests/regress.sh b/usr.bin/printf/tests/regress.sh
index a2cf5fb7712c..18a04a3701a0 100644
--- a/usr.bin/printf/tests/regress.sh
+++ b/usr.bin/printf/tests/regress.sh
@@ -1,4 +1,3 @@
-# $FreeBSD$
REGRESSION_START($1)