aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/seq
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/seq
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
downloadsrc-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz
src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip
Diffstat (limited to 'usr.bin/seq')
-rw-r--r--usr.bin/seq/Makefile1
-rw-r--r--usr.bin/seq/Makefile.depend1
-rw-r--r--usr.bin/seq/tests/Makefile1
-rwxr-xr-xusr.bin/seq/tests/seq_test.sh1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/seq/Makefile b/usr.bin/seq/Makefile
index d12ea095fb95..f8237990e6d3 100644
--- a/usr.bin/seq/Makefile
+++ b/usr.bin/seq/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/04/14 22:15:26 lukem Exp $
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/usr.bin/seq/Makefile.depend b/usr.bin/seq/Makefile.depend
index 5f1a802404d8..9add648af17b 100644
--- a/usr.bin/seq/Makefile.depend
+++ b/usr.bin/seq/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/seq/tests/Makefile b/usr.bin/seq/tests/Makefile
index 08fc0ca7676f..df1513458beb 100644
--- a/usr.bin/seq/tests/Makefile
+++ b/usr.bin/seq/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/usr.bin/seq/tests/seq_test.sh b/usr.bin/seq/tests/seq_test.sh
index f6f20a87216b..342083ab4e1b 100755
--- a/usr.bin/seq/tests/seq_test.sh
+++ b/usr.bin/seq/tests/seq_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 float_rounding
float_rounding_head()