aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/head
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/head
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
downloadsrc-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz
src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip
Diffstat (limited to 'usr.bin/head')
-rw-r--r--usr.bin/head/Makefile1
-rw-r--r--usr.bin/head/Makefile.depend1
-rw-r--r--usr.bin/head/Makefile.depend.options1
-rw-r--r--usr.bin/head/tests/Makefile1
-rwxr-xr-xusr.bin/head/tests/head_test.sh1
5 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/head/Makefile b/usr.bin/head/Makefile
index 0c9056924969..dbf9834da9a0 100644
--- a/usr.bin/head/Makefile
+++ b/usr.bin/head/Makefile
@@ -1,5 +1,4 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/usr.bin/head/Makefile.depend b/usr.bin/head/Makefile.depend
index 8cdbcafad307..7354b9b88616 100644
--- a/usr.bin/head/Makefile.depend
+++ b/usr.bin/head/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/head/Makefile.depend.options b/usr.bin/head/Makefile.depend.options
index 498128020f53..16ba822617d3 100644
--- a/usr.bin/head/Makefile.depend.options
+++ b/usr.bin/head/Makefile.depend.options
@@ -1,4 +1,3 @@
-# $FreeBSD$
# This file is not autogenerated - take care!
DIRDEPS_OPTIONS= CASPER
diff --git a/usr.bin/head/tests/Makefile b/usr.bin/head/tests/Makefile
index 54e2a0dcb482..a2e5f879827b 100644
--- a/usr.bin/head/tests/Makefile
+++ b/usr.bin/head/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/usr.bin/head/tests/head_test.sh b/usr.bin/head/tests/head_test.sh
index 9d1b97507c12..2dfc1896f6ef 100755
--- a/usr.bin/head/tests/head_test.sh
+++ b/usr.bin/head/tests/head_test.sh
@@ -22,7 +22,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
atf_test_case empty_file
empty_file_head() {