diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-19 13:42:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-19 13:42:03 +0000 |
commit | 099685bc64c7dbceb0d631a2523edb7f61aaf02f (patch) | |
tree | c82d366b827c90058eea69e9138938a65c18b961 /Makefile.SH | |
parent | 104d25b722892cb36f4c988c17016ee0180c3b1a (diff) | |
download | perl-099685bc64c7dbceb0d631a2523edb7f61aaf02f.tar.gz |
NetBSD update, based on patches from the NetBSD packages system.
p4raw-id: //depot/cfgperl@2650
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 3095db84bf..22bb3357cd 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -46,9 +46,12 @@ true) os2*) # OS/2 doesn't need anything special for LD_LIBRARY_PATH. ldlibpth='' ;; - sunos*|freebsd[23]*|netbsd*) + sunos*|freebsd[23]*) linklibperl="-lperl" ;; + netbsd*) + linklibperl="-L. -lperl" + ;; aix*) shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp" case "$osvers" in |