summaryrefslogtreecommitdiff
path: root/usr.bin/fpr
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fpr')
-rw-r--r--usr.bin/fpr/Makefile2
-rw-r--r--usr.bin/fpr/fpr.11
-rw-r--r--usr.bin/fpr/fpr.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/fpr/Makefile b/usr.bin/fpr/Makefile
index 6bef8922fae..ac671ee4d03 100644
--- a/usr.bin/fpr/Makefile
+++ b/usr.bin/fpr/Makefile
@@ -1,4 +1,4 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:33:24 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1995/09/01 01:34:13 jtc Exp $
PROG= fpr
diff --git a/usr.bin/fpr/fpr.1 b/usr.bin/fpr/fpr.1
index a53ae0d6dae..5796ff1f072 100644
--- a/usr.bin/fpr/fpr.1
+++ b/usr.bin/fpr/fpr.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: fpr.1,v 1.2 1996/06/26 05:33:25 deraadt Exp $
.\" $NetBSD: fpr.1,v 1.3 1995/09/01 01:34:15 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
diff --git a/usr.bin/fpr/fpr.c b/usr.bin/fpr/fpr.c
index 14e66ed3592..a76a4989015 100644
--- a/usr.bin/fpr/fpr.c
+++ b/usr.bin/fpr/fpr.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: fpr.c,v 1.2 1996/06/26 05:33:25 deraadt Exp $ */
/* $NetBSD: fpr.c,v 1.3 1995/09/01 01:34:16 jtc Exp $ */
/*
@@ -46,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)fpr.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$NetBSD: fpr.c,v 1.3 1995/09/01 01:34:16 jtc Exp $";
+static char rcsid[] = "$OpenBSD: fpr.c,v 1.2 1996/06/26 05:33:25 deraadt Exp $";
#endif /* not lint */
#include <stdio.h>