diff options
Diffstat (limited to 'usr.bin/unifdef')
| -rw-r--r-- | usr.bin/unifdef/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/unifdef/unifdef.1 | 2 | ||||
| -rw-r--r-- | usr.bin/unifdef/unifdef.c | 2 | ||||
| -rw-r--r-- | usr.bin/unifdef/unifdefall.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index b31709aa6e62..8e39926e2ae3 100644 --- a/usr.bin/unifdef/Makefile +++ b/usr.bin/unifdef/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unifdef/Makefile,v 1.6 2003/06/04 10:01:10 fanf Exp $ PROG= unifdef SCRIPTS=unifdefall.sh diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 02cbfeba8ad5..2c3db5acc189 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -31,7 +31,7 @@ .\" .\" @(#)unifdef.1 8.2 (Berkeley) 4/1/94 .\" $dotat: things/unifdef.1,v 1.51 2005/03/08 12:39:01 fanf2 Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/unifdef/unifdef.1,v 1.24 2005/05/21 09:55:09 ru Exp $ .\" .Dd September 24, 2002 .Dt UNIFDEF 1 diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index dd2f23e08ff3..fe557a6a2feb 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -46,7 +46,7 @@ __IDSTRING(dotat, "$dotat: things/unifdef.c,v 1.171 2005/03/08 12:38:48 fanf2 Ex #endif #endif /* not lint */ #ifdef __FBSDID -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/unifdef/unifdef.c,v 1.20 2005/05/21 09:55:09 ru Exp $"); #endif /* diff --git a/usr.bin/unifdef/unifdefall.sh b/usr.bin/unifdef/unifdefall.sh index bcba08c9712b..be3817d66e41 100644 --- a/usr.bin/unifdef/unifdefall.sh +++ b/usr.bin/unifdef/unifdefall.sh @@ -3,7 +3,7 @@ # remove all the #if's from a source file # # $dotat: things/unifdefall.sh,v 1.9 2002/09/24 19:43:57 fanf2 Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unifdef/unifdefall.sh,v 1.2 2002/09/24 19:50:03 fanf Exp $ set -e |
