diff options
| author | cgd <cgd@NetBSD.org> | 1995-03-21 12:14:18 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1995-03-21 12:14:18 +0000 |
| commit | 07fe18974a32e572fb508cdcc848d2e39e49e566 (patch) | |
| tree | c01dacb4a294f0633bd288cb46e90d55135f8bac /boggle/mkindex | |
| parent | affbf9f6ccf3932cabfe781b99f7d654a597254c (diff) | |
| download | bsdgames-darwin-07fe18974a32e572fb508cdcc848d2e39e49e566.tar.gz bsdgames-darwin-07fe18974a32e572fb508cdcc848d2e39e49e566.zip | |
add/fix id tags
Diffstat (limited to 'boggle/mkindex')
| -rw-r--r-- | boggle/mkindex/Makefile | 1 | ||||
| -rw-r--r-- | boggle/mkindex/mkindex.c | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/boggle/mkindex/Makefile b/boggle/mkindex/Makefile index 0b8a02f4..669918da 100644 --- a/boggle/mkindex/Makefile +++ b/boggle/mkindex/Makefile @@ -1,3 +1,4 @@ +# $NetBSD: Makefile,v 1.2 1995/03/21 12:14:51 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 6/11/93 PROG= mkindex diff --git a/boggle/mkindex/mkindex.c b/boggle/mkindex/mkindex.c index eae6c565..4d29da49 100644 --- a/boggle/mkindex/mkindex.c +++ b/boggle/mkindex/mkindex.c @@ -1,3 +1,5 @@ +/* $NetBSD: mkindex.c,v 1.2 1995/03/21 12:14:52 cgd Exp $ */ + /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -41,7 +43,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)mkindex.c 8.1 (Berkeley) 6/11/93"; +#else +static char rcsid[] = "$NetBSD: mkindex.c,v 1.2 1995/03/21 12:14:52 cgd Exp $"; +#endif #endif /* not lint */ #include <stdio.h> |
