aboutsummaryrefslogtreecommitdiff
path: root/sbin/setkey
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/setkey')
-rw-r--r--sbin/setkey/Makefile1
-rw-r--r--sbin/setkey/Makefile.depend1
-rw-r--r--sbin/setkey/sample.cf1
-rw-r--r--sbin/setkey/scriptdump.pl1
4 files changed, 0 insertions, 4 deletions
diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile
index 47ef3d36bee4..a32fef103121 100644
--- a/sbin/setkey/Makefile
+++ b/sbin/setkey/Makefile
@@ -25,7 +25,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/sbin/setkey/Makefile.depend b/sbin/setkey/Makefile.depend
index ee39f3d5cdaf..48f9c6dc2589 100644
--- a/sbin/setkey/Makefile.depend
+++ b/sbin/setkey/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/sbin/setkey/sample.cf b/sbin/setkey/sample.cf
index 2a3485cdcd14..796b34ce154d 100644
--- a/sbin/setkey/sample.cf
+++ b/sbin/setkey/sample.cf
@@ -25,7 +25,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
# There are sample scripts for IPsec configuration by manual keying.
# A security association is uniquely identified by a triple consisting
diff --git a/sbin/setkey/scriptdump.pl b/sbin/setkey/scriptdump.pl
index a1d8adb207bc..f5b9f254538b 100644
--- a/sbin/setkey/scriptdump.pl
+++ b/sbin/setkey/scriptdump.pl
@@ -1,5 +1,4 @@
#! @LOCALPREFIX@/bin/perl
-# $FreeBSD$
if ($< != 0) {
print STDERR "must be root to invoke this\n";