Skip to content

Commit

Permalink
[freebsd] add freebsd 15 to Configure
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 13, 2024
1 parent 4644858 commit 00502b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,11 @@ case $LSOF_TGT in # {
LSOF_TSTBIGF=" "
LSOF_VERS=14000
;;
15*)
LSOF_CFGL="$LSOF_CFGL -lutil"
LSOF_TSTBIGF=" "
LSOF_VERS=15000
;;
*)
echo Unknown FreeBSD release: `uname -r`
rm -f $LSOF_HLP
Expand Down

0 comments on commit 00502b2

Please sign in to comment.