summaryrefslogtreecommitdiff
path: root/usr.sbin/elf2exe
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/elf2exe')
-rw-r--r--usr.sbin/elf2exe/Makefile2
-rw-r--r--usr.sbin/elf2exe/elf2exe.82
-rw-r--r--usr.sbin/elf2exe/elf2exe.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/elf2exe/Makefile b/usr.sbin/elf2exe/Makefile
index aaf16c2ffcdae..f95fd471c088a 100644
--- a/usr.sbin/elf2exe/Makefile
+++ b/usr.sbin/elf2exe/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/elf2exe/Makefile,v 1.3 1999/12/17 15:27:21 marcel Exp $
PROG= elf2exe
SRCS= elf2exe.c
diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8
index dadd6dd933104..ad8a70c7a1710 100644
--- a/usr.sbin/elf2exe/elf2exe.8
+++ b/usr.sbin/elf2exe/elf2exe.8
@@ -9,7 +9,7 @@
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/elf2exe/elf2exe.8,v 1.3 1999/08/28 01:16:12 peter Exp $
.\"
.Dd July 26, 1999
.Dt ELF2EXE 8
diff --git a/usr.sbin/elf2exe/elf2exe.c b/usr.sbin/elf2exe/elf2exe.c
index d0959eb1400c0..72fa83cf50abd 100644
--- a/usr.sbin/elf2exe/elf2exe.c
+++ b/usr.sbin/elf2exe/elf2exe.c
@@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/elf2exe/elf2exe.c,v 1.6.2.1 2000/07/20 10:35:23 kris Exp $";
#endif /* not lint */
#include <sys/types.h>