summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pig/Makefile1
-rw-r--r--pig/pig.62
-rw-r--r--pig/pig.c6
3 files changed, 9 insertions, 0 deletions
diff --git a/pig/Makefile b/pig/Makefile
index 1b08db86..0932b165 100644
--- a/pig/Makefile
+++ b/pig/Makefile
@@ -1,3 +1,4 @@
+# $NetBSD: Makefile,v 1.3 1995/03/23 08:41:34 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= pig
diff --git a/pig/pig.6 b/pig/pig.6
index bd1d5a7e..bd50ce52 100644
--- a/pig/pig.6
+++ b/pig/pig.6
@@ -1,3 +1,5 @@
+.\" $NetBSD: pig.6,v 1.2 1995/03/23 08:41:37 cgd Exp $
+.\"
.\" Copyright (c) 1992 The Regents of the University of California.
.\" All rights reserved.
.\"
diff --git a/pig/pig.c b/pig/pig.c
index 3fbd514b..b5bec385 100644
--- a/pig/pig.c
+++ b/pig/pig.c
@@ -1,3 +1,5 @@
+/* $NetBSD: pig.c,v 1.2 1995/03/23 08:41:40 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -38,7 +40,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)pig.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: pig.c,v 1.2 1995/03/23 08:41:40 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>