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 0e692e92cd12b..9ee61b70bf55b 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 d7cdd570aa44c..82949e3c6baa3 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.1 2000/06/30 09:51:51 ps Exp $ .\" .Dd June 6, 1993 .Dt MT 1 diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 9fcb727e197ac..b85e5b69c774b 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 1999/08/28 01:04:24 peter Exp $"; #endif /* not lint */ /* |