summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/conf/newvers.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 1267db954dc..8a09c286a51 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.18 1999/04/19 19:43:09 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.19 1999/09/20 02:47:26 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -56,6 +56,8 @@ id=`basename ${d}`
# src/share/mk/sys.mk
# OSMAJOR
# OSMINOR
+# src/distrib/miniroot/install.sub
+# VERSION
#
ost="OpenBSD"