summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish')
-rw-r--r--fish/Makefile6
-rw-r--r--fish/fish.611
-rw-r--r--fish/fish.c19
-rw-r--r--fish/pathnames.h9
4 files changed, 26 insertions, 19 deletions
diff --git a/fish/Makefile b/fish/Makefile
index c798831f..61ab5d16 100644
--- a/fish/Makefile
+++ b/fish/Makefile
@@ -1,5 +1,5 @@
-# from: @(#)Makefile 5.5 (Berkeley) 1/18/91
-# $Id: Makefile,v 1.5 1995/01/12 19:06:53 jtc Exp $
+# $NetBSD: Makefile,v 1.6 1995/03/23 08:28:14 cgd Exp $
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= fish
MAN= fish.6
@@ -7,6 +7,6 @@ HIDEGAME=hidegame
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
- ${DESTDIR}/usr/share/games
+ ${DESTDIR}/usr/share/games/fish.instr
.include <bsd.prog.mk>
diff --git a/fish/fish.6 b/fish/fish.6
index 788b0e63..3c60193c 100644
--- a/fish/fish.6
+++ b/fish/fish.6
@@ -1,5 +1,7 @@
-.\" Copyright (c) 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" $NetBSD: fish.6,v 1.4 1995/03/23 08:28:16 cgd Exp $
+.\"
+.\" Copyright (c) 1990, 1993
+.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -29,10 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)fish.6 6.2 (Berkeley) 1/18/91
-.\" $Id: fish.6,v 1.3 1993/08/05 01:46:41 jtc Exp $
+.\" @(#)fish.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd January 18, 1991
+.Dd May 31, 1993
.Dt FISH 6
.Os
.Sh NAME
diff --git a/fish/fish.c b/fish/fish.c
index 9eb93031..14af9c05 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -1,6 +1,8 @@
+/* $NetBSD: fish.c,v 1.3 1995/03/23 08:28:18 cgd Exp $ */
+
/*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ * The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Muffy Barkocy.
@@ -35,14 +37,17 @@
*/
#ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1990 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1990, 1993\n\
+ The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "from: @(#)fish.c 5.4 (Berkeley) 1/18/91";*/
-static char rcsid[] = "$Id: fish.c,v 1.2 1993/08/01 18:54:54 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)fish.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: fish.c,v 1.3 1995/03/23 08:28:18 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>
diff --git a/fish/pathnames.h b/fish/pathnames.h
index 3cd156c8..aa257ff8 100644
--- a/fish/pathnames.h
+++ b/fish/pathnames.h
@@ -1,6 +1,8 @@
+/* $NetBSD: pathnames.h,v 1.3 1995/03/23 08:28:21 cgd Exp $ */
+
/*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)pathnames.h 5.1 (Berkeley) 1/18/91
- * $Id: pathnames.h,v 1.2 1993/08/01 18:54:53 mycroft Exp $
+ * @(#)pathnames.h 8.1 (Berkeley) 5/31/93
*/
#define _PATH_INSTR "/usr/share/games/fish.instr"