Skip to content

Commit 5233d10

Browse files
committed
[freebsd] Recognize FreeBSD 15.
1 parent 003c846 commit 5233d10

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Configure

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,11 @@ case $LSOF_TGT in # {
10841084
LSOF_TSTBIGF=" "
10851085
LSOF_VERS=14000
10861086
;;
1087+
15*)
1088+
LSOF_CFGL="$LSOF_CFGL -lutil"
1089+
LSOF_TSTBIGF=" "
1090+
LSOF_VERS=15000
1091+
;;
10871092
*)
10881093
echo Unknown FreeBSD release: `uname -r`
10891094
rm -f $LSOF_HLP

0 commit comments

Comments
 (0)