9l: support FreeBSD 10 and 11 (thanks Ori Bernstein)

This commit is contained in:
David du Colombier 2017-09-14 22:51:49 +02:00
parent b8994b054d
commit 173295929a

2
bin/9l
View file

@ -19,7 +19,7 @@ case "$tag" in
5.2.*)
extralibs="$extralibs -lkse"
;;
[5-9].*)
[5-9].*|1[0-1].*)
extralibs="$extralibs -lpthread"
;;
esac