diff options
Diffstat (limited to 'sbin/md5')
-rw-r--r-- | sbin/md5/Makefile | 2 | ||||
-rw-r--r-- | sbin/md5/md5.1 | 2 | ||||
-rw-r--r-- | sbin/md5/md5.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index 07c4109e0d79..af6be3ee9c2e 100644 --- a/sbin/md5/Makefile +++ b/sbin/md5/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/md5/Makefile,v 1.10.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= md5 diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index a771fb76132c..ebe220f48177 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/md5/md5.1,v 1.24.20.1 2009/04/15 03:14:26 kensmith Exp $ .Dd June 6, 2004 .Dt MD5 1 .Os diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 7f837a3abced..6dd3bf5df59f 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/md5/md5.c,v 1.35.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> |