summaryrefslogtreecommitdiff
path: root/usr.bin/objformat
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
commitdec99dafe5763ba1db6950342aa80a634169c083 (patch)
tree1bd9f5a688ac947b00e690c3c69ccb8df203768d /usr.bin/objformat
parent045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff)
Diffstat (limited to 'usr.bin/objformat')
-rw-r--r--usr.bin/objformat/Makefile2
-rw-r--r--usr.bin/objformat/objformat.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile
index 9550ff026345..0fc1d4b5fa2c 100644
--- a/usr.bin/objformat/Makefile
+++ b/usr.bin/objformat/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/objformat/Makefile,v 1.20.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $
SCRIPTS=objformat.sh
NO_MAN=
diff --git a/usr.bin/objformat/objformat.sh b/usr.bin/objformat/objformat.sh
index edd96073f603..4eb0a150df42 100644
--- a/usr.bin/objformat/objformat.sh
+++ b/usr.bin/objformat/objformat.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/objformat/objformat.sh,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $
# /usr/bin/objformat has been obsolete and deprecated for years.
# Please remove any build/configure script references. New software
# should only have to only support elf on FreeBSD.