no pthreads on OpenBSD

This commit is contained in:
rsc 2005-07-22 18:45:07 +00:00
parent 905502613a
commit e00db7f084

2
bin/9l
View file

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