From: Todd C. Miller Date: Sun, 13 Jun 1999 17:46:13 +0000 (-0600) Subject: [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43039de73e9f6e7f5c6b05087b44cc6c45f595b2;p=p5sagit%2Fp5-mst-13.2.git [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD] Message-Id: <199906132346.RAA26632@xerxes.courtesan.com> p4raw-id: //depot/perl@3615 --- diff --git a/Makefile.SH b/Makefile.SH index 5d4164a..cf3372a 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -55,7 +55,7 @@ true) sunos*) linklibperl="-lperl" ;; - netbsd*|freebsd[234]*) + netbsd*|freebsd[234]*|openbsd*) linklibperl="-L. -lperl" ;; aix*)