Commit Diff


commit - db63f0bc31ce4f89ddad3fb1620137a6a84effc9
commit + 207de18f5d6bfb865f43571bdf380dd2e50f155e
blob - 45be51aaeacfa9e89796e673260244854598799d
blob + b3b865314465319cba978439085be36fb02c3f12
--- bin/9l
+++ 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