diff options
Diffstat (limited to 'usr.bin/vi')
-rw-r--r-- | usr.bin/vi/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/vi/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index a0641230739be..4fad7da66d45b 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vi/Makefile,v 1.27.2.1 2000/09/22 14:33:17 phantom Exp $ # # This has most of the glue needed to compile tknvi and the perl hooks, # but not all. diff --git a/usr.bin/vi/config.h b/usr.bin/vi/config.h index a8bee6775f81d..d03f768b7b3e4 100644 --- a/usr.bin/vi/config.h +++ b/usr.bin/vi/config.h @@ -1,6 +1,6 @@ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/vi/config.h,v 1.2.6.1 2000/05/06 02:31:49 jlemon Exp $ */ /* Define to empty if the keyword does not work. */ /* #undef const */ |