tTreat OpenBSD like generic BSD. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 207de18f5d6bfb865f43571bdf380dd2e50f155e
 (DIR) parent db63f0bc31ce4f89ddad3fb1620137a6a84effc9
 (HTM) 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(-)
       ---
 (DIR) diff --git a/bin/9l b/bin/9l
       t@@ -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