diff options
author | rsc <devnull@localhost> | 2005-05-01 18:40:01 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-05-01 18:40:01 +0000 |
commit | 52e6164443782187e17e22f7ccddd0d9a25006e4 (patch) | |
tree | 20706d2a7ded04fd76ec0207736d1051a1dd393e /bin/9l | |
parent | cea10000c59882b43525e4fd4fb17a55b7dba1c1 (diff) | |
download | plan9port-52e6164443782187e17e22f7ccddd0d9a25006e4.tar.gz plan9port-52e6164443782187e17e22f7ccddd0d9a25006e4.tar.bz2 plan9port-52e6164443782187e17e22f7ccddd0d9a25006e4.zip |
OpenBSD support.
Diffstat (limited to 'bin/9l')
-rwxr-xr-x | bin/9l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ case "$tag" in *OpenBSD*) ld=gcc userpath=true - extralibs="$extralibs -lutil -lpthread" + extralibs="$extralibs -lutil" ;; *FreeBSD*) ld=gcc |