summaryrefslogtreecommitdiff
path: root/usr.bin/mkstr
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkstr')
-rw-r--r--usr.bin/mkstr/Makefile2
-rw-r--r--usr.bin/mkstr/mkstr.11
-rw-r--r--usr.bin/mkstr/mkstr.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/mkstr/Makefile b/usr.bin/mkstr/Makefile
index 35fb6049ef2..e5edc293e5a 100644
--- a/usr.bin/mkstr/Makefile
+++ b/usr.bin/mkstr/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:37:12 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1995/09/28 06:22:18 tls Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= mkstr
diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1
index 1202cd2b521..68f5ad8556f 100644
--- a/usr.bin/mkstr/mkstr.1
+++ b/usr.bin/mkstr/mkstr.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: mkstr.1,v 1.2 1996/06/26 05:37:13 deraadt Exp $
.\" $NetBSD: mkstr.1,v 1.3 1995/09/28 06:22:19 tls Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c
index 44de631785e..213fa6f221c 100644
--- a/usr.bin/mkstr/mkstr.c
+++ b/usr.bin/mkstr/mkstr.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: mkstr.c,v 1.2 1996/06/26 05:37:13 deraadt Exp $ */
/* $NetBSD: mkstr.c,v 1.4 1995/09/28 06:22:20 tls Exp $ */
/*
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$NetBSD: mkstr.c,v 1.4 1995/09/28 06:22:20 tls Exp $";
+static char rcsid[] = "$OpenBSD: mkstr.c,v 1.2 1996/06/26 05:37:13 deraadt Exp $";
#endif
#endif /* not lint */