Module Name: src
Committed By: gutteridge
Date: Tue Aug 1 21:30:14 UTC 2023
Modified Files:
src/sys/arch/riscv/conf: INSTALL
Log Message:
INSTALL: add a basic comment and missing RCS ID
(This isn't actually in use at present, but make it look like other
examples.)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/riscv/conf/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/riscv/conf/INSTALL
diff -u src/sys/arch/riscv/conf/INSTALL:1.1 src/sys/arch/riscv/conf/INSTALL:1.2
--- src/sys/arch/riscv/conf/INSTALL:1.1 Sat Mar 28 16:13:56 2015
+++ src/sys/arch/riscv/conf/INSTALL Tue Aug 1 21:30:14 2023
@@ -1,5 +1,6 @@
+# $NetBSD: INSTALL,v 1.2 2023/08/01 21:30:14 gutteridge Exp $
#
-#
+# riscv INSTALL kernel.
#
include "arch/riscv/conf/GENERIC"
include "arch/riscv/conf/INSTALL.config"