summaryrefslogtreecommitdiff
path: root/usr.bin/time
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/time')
-rw-r--r--usr.bin/time/Makefile2
-rw-r--r--usr.bin/time/time.11
-rw-r--r--usr.bin/time/time.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/time/Makefile b/usr.bin/time/Makefile
index df8ff522d1d..979255e07e4 100644
--- a/usr.bin/time/Makefile
+++ b/usr.bin/time/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/26 05:40:38 deraadt Exp $
# $NetBSD: Makefile,v 1.3 1994/12/08 09:36:55 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= time
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1
index 986bf465457..cac1af0729d 100644
--- a/usr.bin/time/time.1
+++ b/usr.bin/time/time.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: time.1,v 1.2 1996/06/26 05:40:38 deraadt Exp $
.\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c
index fc557230e37..6e3df6abc30 100644
--- a/usr.bin/time/time.c
+++ b/usr.bin/time/time.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: time.c,v 1.2 1996/06/26 05:40:39 deraadt Exp $ */
/* $NetBSD: time.c,v 1.7 1995/06/27 00:34:00 jtc Exp $ */
/*
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$NetBSD: time.c,v 1.7 1995/06/27 00:34:00 jtc Exp $";
+static char rcsid[] = "$OpenBSD: time.c,v 1.2 1996/06/26 05:40:39 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>