diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
| commit | 14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch) | |
| tree | 9444b2a63ad5396b894abd07c85ff08c9c031d26 /usr.bin/mt | |
| parent | 58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvs
'RELENG_2_2_5_RELEASE'.
This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
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 74e987accca0..ab94b426c486 100644 --- a/usr.bin/mt/Makefile +++ b/usr.bin/mt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.2 1997/08/22 14:21:51 jmg Exp $ +# $Id: Makefile,v 1.1.1.1.8.1 1997/08/25 12:51:40 jmg Exp $ PROG= mt CFLAGS+=-I${.CURDIR}/../../sys diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index d1c498e68216..efdac0c25eb6 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[] = - "$Id: mt.c,v 1.9.2.3 1997/08/29 05:29:38 imp Exp $"; + "$Id: mt.c,v 1.9.2.4 1997/09/15 09:20:54 jkh Exp $"; #endif /* not lint */ /* |
