From 5fdb76aa13ab2634590fb7178071e91531ccaa3f Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 30 Dec 1995 18:14:01 +0000 Subject: [PATCH] Add RCS ids. --- usr.sbin/vnconfig/Makefile | 2 +- usr.sbin/vnconfig/vnconfig.8 | 2 ++ usr.sbin/vnconfig/vnconfig.c | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/usr.sbin/vnconfig/Makefile b/usr.sbin/vnconfig/Makefile index 5dffdbf3bd49..68f9315b9e8c 100644 --- a/usr.sbin/vnconfig/Makefile +++ b/usr.sbin/vnconfig/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1994/12/22 11:45:40 cgd Exp $ +# $NetBSD: Makefile,v 1.4 1995/12/30 18:14:01 thorpej Exp $ PROG= vnconfig MAN= vnconfig.8 diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 7f8e375acec4..f8842248f8f9 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -1,3 +1,5 @@ +.\" $NetBSD: vnconfig.8,v 1.7 1995/12/30 18:14:02 thorpej Exp $ +.\" .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. diff --git a/usr.sbin/vnconfig/vnconfig.c b/usr.sbin/vnconfig/vnconfig.c index 3bfac4273b5e..b7b60a6135c7 100644 --- a/usr.sbin/vnconfig/vnconfig.c +++ b/usr.sbin/vnconfig/vnconfig.c @@ -1,3 +1,5 @@ +/* $NetBSD: vnconfig.c,v 1.8 1995/12/30 18:14:03 thorpej Exp $ */ + /* * Copyright (c) 1993 University of Utah. * Copyright (c) 1990, 1993