Tidy up some RCS ids a bit.

This commit is contained in:
thorpej 1996-08-30 17:59:37 +00:00
parent 0794023752
commit bbb4184355
5 changed files with 13 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile.boot,v 1.6 1996/08/13 16:40:31 christos Exp $
# $NetBSD: Makefile.boot,v 1.7 1996/08/30 17:59:37 thorpej Exp $
#
# a very simple makefile...
# $Id: Makefile.boot,v 1.6 1996/08/13 16:40:31 christos Exp $
#
# You only want to use this if you aren't running NetBSD.
#

View File

@ -1,4 +1,5 @@
.\" $NetBSD: make.1,v 1.14 1996/03/15 21:52:32 christos Exp $
.\" $NetBSD: make.1,v 1.15 1996/08/30 17:59:40 thorpej Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
.\"

View File

@ -1,4 +1,4 @@
/* $NetBSD: pathnames.h,v 1.4 1996/03/06 00:15:26 christos Exp $ */
/* $NetBSD: pathnames.h,v 1.5 1996/08/30 17:59:41 thorpej Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90
* $Id: pathnames.h,v 1.4 1996/03/06 00:15:26 christos Exp $
*/
#define _PATH_OBJDIR "obj"

View File

@ -1,4 +1,4 @@
/* $NetBSD: targ.c,v 1.8 1996/08/13 16:42:21 christos Exp $ */
/* $NetBSD: targ.c,v 1.9 1996/08/30 17:59:43 thorpej Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@ -39,8 +39,11 @@
*/
#ifndef lint
/* from: static char sccsid[] = "@(#)targ.c 5.9 (Berkeley) 3/1/91"; */
static char *rcsid = "$Id: targ.c,v 1.8 1996/08/13 16:42:21 christos Exp $";
#if 0
static char sccsid[] = "@(#)targ.c 5.9 (Berkeley) 3/1/91";
#else
static char *rcsid = "$NetBSD: targ.c,v 1.9 1996/08/30 17:59:43 thorpej Exp $";
#endif
#endif /* not lint */
/*-

View File

@ -1,12 +1,11 @@
/* $NetBSD: util.c,v 1.6 1996/08/13 16:41:15 christos Exp $ */
/* $NetBSD: util.c,v 1.7 1996/08/30 17:59:44 thorpej Exp $ */
/*
* Missing stuff from OS's
*
*/
#ifndef lint
static char rcsid[] = "$Id: util.c,v 1.6 1996/08/13 16:41:15 christos Exp $";
static char rcsid[] = "$NetBSD: util.c,v 1.7 1996/08/30 17:59:44 thorpej Exp $";
#endif
#include <stdio.h>