aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-04-06 14:21:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-04-06 14:31:13 +0000
commit135fdeebb99c3569e42d8162b265e15d29bd937d (patch)
tree0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /benchmarks
parent305f148f482daf30dcf728039d03d019f88344eb (diff)
downloadports-135fdeebb99c3569e42d8162b265e15d29bd937d.tar.gz
ports-135fdeebb99c3569e42d8162b265e15d29bd937d.zip
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bonnie/files/bonnie.11
-rw-r--r--benchmarks/lmbench/files/Makefile3
-rw-r--r--benchmarks/raidtest/files/Makefile2
-rw-r--r--benchmarks/raidtest/files/raidtest.c1
4 files changed, 1 insertions, 6 deletions
diff --git a/benchmarks/bonnie/files/bonnie.1 b/benchmarks/bonnie/files/bonnie.1
index c08073e1d2e0..7660b97e6f5b 100644
--- a/benchmarks/bonnie/files/bonnie.1
+++ b/benchmarks/bonnie/files/bonnie.1
@@ -1,4 +1,3 @@
-.\" $FreeBSD$
.\" The following requests are required for all man pages.
.Dd May 18, 1995
.Os UNIX
diff --git a/benchmarks/lmbench/files/Makefile b/benchmarks/lmbench/files/Makefile
index a41089a4c098..c41de23f0131 100644
--- a/benchmarks/lmbench/files/Makefile
+++ b/benchmarks/lmbench/files/Makefile
@@ -1,6 +1,5 @@
# A Makefile for the installed lmbench
-# $FreeBSD$
-#
+
OS != scripts/os
BINDIR = bin/${OS}
diff --git a/benchmarks/raidtest/files/Makefile b/benchmarks/raidtest/files/Makefile
index 1be726de4500..c02a1102d20a 100644
--- a/benchmarks/raidtest/files/Makefile
+++ b/benchmarks/raidtest/files/Makefile
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
PROG= raidtest
MAN=
WARNS?= 6
diff --git a/benchmarks/raidtest/files/raidtest.c b/benchmarks/raidtest/files/raidtest.c
index d4557e177131..d526f51bfa43 100644
--- a/benchmarks/raidtest/files/raidtest.c
+++ b/benchmarks/raidtest/files/raidtest.c
@@ -25,7 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/types.h>