diff options
Diffstat (limited to 'usr.bin/mt')
| -rw-r--r-- | usr.bin/mt/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/mt/mt.1 | 2 | ||||
| -rw-r--r-- | usr.bin/mt/mt.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index 0e692e92cd12..9ee61b70bf55 100644 --- a/usr.bin/mt/Makefile +++ b/usr.bin/mt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mt/Makefile,v 1.3 1999/08/28 01:04:23 peter Exp $ PROG= mt CFLAGS+=-I${.CURDIR}/../../sys diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index 095ee4810cef..3cbe1c4e5695 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mt.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mt/mt.1,v 1.19.2.5 2001/08/16 13:16:58 ru Exp $ .\" .Dd June 6, 1993 .Dt MT 1 diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 19bdcf85126f..9fe77296944e 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mt/mt.c,v 1.26.2.1 2001/01/22 18:01:26 mjacob Exp $"; #endif /* not lint */ /* |
