Skip to content

Commit cc2de24

Browse files
authored
Merge pull request #337 from yasuhirokimura/update_supported_freebsd_versions
[freebsd] Update supported FreeBSD versions
2 parents bcced1c + bef9167 commit cc2de24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,11 +1069,6 @@ case $LSOF_TGT in # {
10691069
# If the FreeBSD version isn't pre-defined, determine it.
10701070

10711071
case $LSOF_VSTR in # {
1072-
12*)
1073-
LSOF_CFGL="$LSOF_CFGL -lutil"
1074-
LSOF_TSTBIGF=" "
1075-
LSOF_VERS=12000
1076-
;;
10771072
13*)
10781073
LSOF_CFGL="$LSOF_CFGL -lutil"
10791074
LSOF_TSTBIGF=" "
@@ -1089,6 +1084,11 @@ case $LSOF_TGT in # {
10891084
LSOF_TSTBIGF=" "
10901085
LSOF_VERS=15000
10911086
;;
1087+
16*)
1088+
LSOF_CFGL="$LSOF_CFGL -lutil"
1089+
LSOF_TSTBIGF=" "
1090+
LSOF_VERS=16000
1091+
;;
10921092
*)
10931093
echo Unknown FreeBSD release: `uname -r`
10941094
rm -f $LSOF_HLP

0 commit comments

Comments
 (0)