diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /libexec/makekey | |
parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) |
Diffstat (limited to 'libexec/makekey')
-rw-r--r-- | libexec/makekey/Makefile | 2 | ||||
-rw-r--r-- | libexec/makekey/makekey.8 | 2 | ||||
-rw-r--r-- | libexec/makekey/makekey.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index 2ec0edde9e0f3..2b390fe384cb8 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.6 1996/09/22 21:54:11 wosch Exp $ PROG= makekey MAN8= makekey.8 diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index ee1191ddd90eb..da6960177272f 100644 --- a/libexec/makekey/makekey.8 +++ b/libexec/makekey/makekey.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)makekey.8 8.2 (Berkeley) 12/11/93 -.\" $Id: makekey.8,v 1.5 1996/09/22 21:54:13 wosch Exp $ +.\" $Id: makekey.8,v 1.5.2.1 1997/12/15 07:13:45 charnier Exp $ .\" .Dd December 11, 1993 .Dt MAKEKEY 8 diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c index c04abc496db96..18c59865e9b3b 100644 --- a/libexec/makekey/makekey.c +++ b/libexec/makekey/makekey.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)makekey.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: makekey.c,v 1.4.2.1 1997/12/15 07:13:46 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> |