diff options
Diffstat (limited to 'usr.bin/unexpand')
| -rw-r--r-- | usr.bin/unexpand/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/unexpand/unexpand.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile index 14014facb7b0..b1a5311954ea 100644 --- a/usr.bin/unexpand/Makefile +++ b/usr.bin/unexpand/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unexpand/Makefile,v 1.5 2004/12/21 08:47:30 ru Exp $ PROG= unexpand NO_MAN= diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index d59cd4ef8c7a..71209258bbf5 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/unexpand/unexpand.c,v 1.15 2006/10/13 16:22:25 ru Exp $"); #ifndef lint static const char copyright[] = |
