summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2002-01-01 23:52:33 +0000
committerNiels Provos <provos@cvs.openbsd.org>2002-01-01 23:52:33 +0000
commit7620408c43c6939e342fcfc06ef867ab52602352 (patch)
tree8c6507829e016ed9d362679d6ebe49d23e2f4236 /share
parentc265fce9cef6cb43c107fddce19a120309e23aac (diff)
sync; pointed out by openbsd@davidkrause.com
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.README5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index e7e1c478a04..7ae2c771e0a 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.29 2001/08/18 10:46:25 miod Exp $
+# $OpenBSD: bsd.README,v 1.30 2002/01/01 23:52:32 provos Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -17,8 +17,9 @@ bsd.own.mk - define common variables
bsd.port.mk - building ports
bsd.port.subdir.mk - targets for building subdirectories for ports
bsd.prog.mk - building programs from source files
-bsd.sys.mk - building bsd from the source tree
+bsd.regress.mk - regression tests
bsd.subdir.mk - targets for building subdirectories
+bsd.sys.mk - building bsd from the source tree
Note, this file is not intended to replace reading through the .mk
files for anything tricky.