summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-01-19 13:42:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-19 13:42:03 +0000
commit099685bc64c7dbceb0d631a2523edb7f61aaf02f (patch)
treec82d366b827c90058eea69e9138938a65c18b961 /Makefile.SH
parent104d25b722892cb36f4c988c17016ee0180c3b1a (diff)
downloadperl-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.SH5
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