diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
| commit | 97d92980a96a50750844f420cc225ddf918f0699 (patch) | |
| tree | fc27ba7986197654e0590b963524833255709f22 /usr.sbin/elf2exe | |
| parent | dacec3e8f2226e029edbfe9938772ed71d99af62 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/elf2exe')
| -rw-r--r-- | usr.sbin/elf2exe/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/elf2exe/elf2exe.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/elf2exe/elf2exe.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/elf2exe/Makefile b/usr.sbin/elf2exe/Makefile index e0f0f7a8d594..d8ce6a1ae6b5 100644 --- a/usr.sbin/elf2exe/Makefile +++ b/usr.sbin/elf2exe/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= elf2exe SRCS= elf2exe.c diff --git a/usr.sbin/elf2exe/elf2exe.8 b/usr.sbin/elf2exe/elf2exe.8 index 0b59745b53a7..dadd6dd93310 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. .\" -.\" $Id: elf2exe.8,v 1.1.1.1 1999/07/28 20:09:52 se Exp $ +.\" $FreeBSD$ .\" .Dd July 26, 1999 .Dt ELF2EXE 8 diff --git a/usr.sbin/elf2exe/elf2exe.c b/usr.sbin/elf2exe/elf2exe.c index c7782992807d..7ff1dd4c9972 100644 --- a/usr.sbin/elf2exe/elf2exe.c +++ b/usr.sbin/elf2exe/elf2exe.c @@ -30,7 +30,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |
