Treat OpenBSD like generic BSD.

This commit is contained in:
rsc 2005-08-31 03:56:25 +00:00
parent db63f0bc31
commit 207de18f5d

5
bin/9l
View file

@ -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