diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
| commit | 5be28542797ac26e17de490f50e0830003596d38 (patch) | |
| tree | 8069da00bdeed33ee5434671a0bae67379506370 /usr.bin/mt | |
| parent | e5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff) | |
Diffstat (limited to 'usr.bin/mt')
| -rw-r--r-- | usr.bin/mt/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/mt/mt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index 0e692e92cd12..1b5685ce9ab3 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.2.2.1 1999/08/29 15:31:23 peter Exp $ PROG= mt CFLAGS+=-I${.CURDIR}/../../sys diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 9fcb727e197a..0a0c72713ef3 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.20.2.3 1999/08/29 15:31:23 peter Exp $"; #endif /* not lint */ /* |
