commit 207de18f5d6bfb865f43571bdf380dd2e50f155e parent db63f0bc31ce4f89ddad3fb1620137a6a84effc9 Author: rsc <devnull@localhost> Date: Wed, 31 Aug 2005 03:56:25 +0000 Treat OpenBSD like generic BSD. Diffstat:
M | bin/9l | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/bin/9l b/bin/9l @@ -166,11 +166,6 @@ fi extralibs="-lm" tag="${SYSNAME:-`uname`}-${OBJTYPE:-`uname -m`}" case "$tag" in -*OpenBSD*) - ld=gcc - userpath=true - extralibs="$extralibs -lutil" - ;; *FreeBSD*) ld=gcc userpath=true