use pthread on openbsd

This commit is contained in:
rsc 2005-07-19 11:36:00 +00:00
parent 98deccf380
commit a237e87c33

2
bin/9l
View file

@ -169,7 +169,7 @@ case "$tag" in
*OpenBSD*)
ld=gcc
userpath=true
extralibs="$extralibs -lutil"
extralibs="$extralibs -lpthread -lutil"
;;
*FreeBSD*)
ld=gcc