sysutils/sysctlinfo-kmod: Refine IGNORE description

Bring the info in sync with r512729 and r512731 which have already a better
variant of the IGNORE description.
This commit is contained in:
Kai Knoblich 2019-09-24 17:47:13 +00:00
parent ea44875463
commit 56a0f97f0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512734

View file

@ -35,7 +35,7 @@ OPTIONS_DEFAULT= EXAMPLES
# Once the sysctlinfo interface (review D21700) lands into the base tree the
# following statement needs to be expanded
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019
IGNORE= oid_label was introduced in FreeBSD 1200019
IGNORE= needs oid_label constant in sysctl.h which was first introduced in FreeBSD 12
.endif
.if ${OPSYS} != FreeBSD
IGNORE= not supported on anything but FreeBSD