- Fix OSVERSION check.

This commit is contained in:
Stanislav Sedov 2009-10-15 09:57:54 +00:00
parent b5dfdcc094
commit 1463dba835
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242880

View file

@ -42,7 +42,7 @@ MAN8= cpu_microcode_tool.8
IGNORE= not supported
.endif
.if ${OSVERSION} > 720000
.if ${OSVERSION} >= 701102
IGNORE= already included into base system
.endif