summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>1998-05-02 20:53:55 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>1998-05-02 20:53:55 +0000
commitbda1863d2f9a5f3b3f6004cff61f8070f2ccd3f4 (patch)
treeac1621a71e9e5836b87b41057959b7545a6b8ef7
parenta907ac920f7b479ad380242aa5f1a07055bec482 (diff)
4 new definitions .. look to using these definitions for revision information
throughout the tree so we have 1 place to update instead of many.
-rw-r--r--share/mk/sys.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index f997102e7d2..832984e7191 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: sys.mk,v 1.13 1998/04/30 06:43:23 deraadt Exp $
+# $OpenBSD: sys.mk,v 1.14 1998/05/02 20:53:54 todd Exp $
# $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $
# @(#)sys.mk 5.11 (Berkeley) 3/13/91
@@ -9,6 +9,10 @@
.endif
unix= We run OpenBSD.
+OSMAJOR= 2
+OSMINOR= 3
+OSREV= $(OSMAJOR).$(OSMINOR)
+OSrev= $(OSMAJOR)$(OSMINOR)
.SUFFIXES: .out .a .ln .o .c .cc .C .cxx .F .f .r .y .l .s .S .cl .p .h .sh .m4