summaryrefslogtreecommitdiff
path: root/lib/libncurses
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/Makefile2
-rw-r--r--lib/libncurses/ncurses_cfg.h2
-rw-r--r--lib/libncurses/pathnames.h2
-rw-r--r--lib/libncurses/termcap.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 76c83ee46976..64eebc863c60 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/lib/libncurses/Makefile,v 1.39.2.2 2000/08/17 07:30:34 ru Exp $
NCURSES=${.CURDIR}/../../contrib/ncurses
diff --git a/lib/libncurses/ncurses_cfg.h b/lib/libncurses/ncurses_cfg.h
index f91e1803d9b9..828e294c8fc1 100644
--- a/lib/libncurses/ncurses_cfg.h
+++ b/lib/libncurses/ncurses_cfg.h
@@ -40,7 +40,7 @@
* to autoconf 2.12 to do this.
*/
-/* $FreeBSD$ */
+/* $FreeBSD: src/lib/libncurses/ncurses_cfg.h,v 1.1.2.1 2000/07/10 09:54:51 ps Exp $ */
#ifndef NC_CONFIG_H
#define NC_CONFIG_H
diff --git a/lib/libncurses/pathnames.h b/lib/libncurses/pathnames.h
index 5cac36f3651f..6f25f3291199 100644
--- a/lib/libncurses/pathnames.h
+++ b/lib/libncurses/pathnames.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 6/4/93
- * $FreeBSD$
+ * $FreeBSD: src/lib/libncurses/pathnames.h,v 1.1 1999/08/30 07:57:50 peter Exp $
*/
#define _PATH_DEF ".termcap /usr/share/misc/termcap"
diff --git a/lib/libncurses/termcap.c b/lib/libncurses/termcap.c
index 301aa27647fa..4e59376ae97a 100644
--- a/lib/libncurses/termcap.c
+++ b/lib/libncurses/termcap.c
@@ -59,7 +59,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libncurses/termcap.c,v 1.2.2.1 2000/07/10 09:54:51 ps Exp $
*/
#ifndef lint