add OS defn's for 0.9a and 1.0. also change 0.8a and 0.9 to be

non-experimental
This commit is contained in:
cgd 1993-07-17 14:35:59 +00:00
parent 14f24649d0
commit 8627f24dba
1 changed files with 4 additions and 2 deletions

View File

@ -225,8 +225,10 @@
.if "\\$1"NetBSD" \{\
. ds oS NetBSD
. if "\\$2"0.8" .as oS \00.8
. if "\\$2"0.8a" .as oS \00.8a Experimental
. if "\\$2"0.9" .as oS \00.9 Experimental
. if "\\$2"0.8a" .as oS \00.8a
. if "\\$2"0.9" .as oS \00.9
. if "\\$2"0.9a" .as oS \00.9a Experimental
. if "\\$2"1.0" .as oS \01.0 Experimental
.\}
.if "\\*(oS"Null" .ds oS \0\\$1
.if "\\*(aa"Non-Null" .as oS \0\\$2