aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-05-01 18:40:01 +0000
committerrsc <devnull@localhost>2005-05-01 18:40:01 +0000
commit52e6164443782187e17e22f7ccddd0d9a25006e4 (patch)
tree20706d2a7ded04fd76ec0207736d1051a1dd393e /bin/9l
parentcea10000c59882b43525e4fd4fb17a55b7dba1c1 (diff)
downloadplan9port-52e6164443782187e17e22f7ccddd0d9a25006e4.tar.gz
plan9port-52e6164443782187e17e22f7ccddd0d9a25006e4.tar.bz2
plan9port-52e6164443782187e17e22f7ccddd0d9a25006e4.zip
OpenBSD support.
Diffstat (limited to 'bin/9l')
-rwxr-xr-xbin/9l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index c89e92a5..07218ddd 100755
--- a/bin/9l
+++ b/bin/9l
@@ -169,7 +169,7 @@ case "$tag" in
*OpenBSD*)
ld=gcc
userpath=true
- extralibs="$extralibs -lutil -lpthread"
+ extralibs="$extralibs -lutil"
;;
*FreeBSD*)
ld=gcc