diff options
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 d09f8127dc21d..6405a40eff79b 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/makekey/Makefile,v 1.14.30.1 2010/02/10 00:26:20 kensmith Exp $ PROG= makekey MAN= makekey.8 diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index 7f7f054d012b9..371dc868e6867 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/makekey/makekey.8,v 1.15.30.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd October 8, 2003 .Dt MAKEKEY 8 diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c index 2b541bf87b639..6075bff341c18 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[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/makekey/makekey.c,v 1.9.36.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> |