Skip to content

Commit 00502b2

Browse files
committed
[freebsd] add freebsd 15 to Configure
1 parent 4644858 commit 00502b2

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)