summaryrefslogtreecommitdiff
path: root/hints/netbsd.sh
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-25 00:36:57 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-25 00:36:57 +0000
commit2bf2710fb209423d266a2adb28b5e7619a4b2c53 (patch)
tree72755efbe67e3cdf811a32c61325da050a7641f2 /hints/netbsd.sh
parent0e8b93680515c2e86a8476b627fb46e04ed665af (diff)
downloadperl-2bf2710fb209423d266a2adb28b5e7619a4b2c53.tar.gz
integrate changes#3105,3130,3154 from maint-5.005
p4raw-link: @3154 on //depot/maint-5.005/perl: 60a22511b32234c359f6a1235f7273a596f8edcb p4raw-link: @3130 on //depot/maint-5.005/perl: 08c9aea58d52024cd45844ac23e957399bbc0340 p4raw-link: @3105 on //depot/maint-5.005/perl: 412383e48358b00907bbb438802caa8caf7f67cf p4raw-id: //depot/perl@3158 p4raw-integrated: from //depot/maint-5.005/perl@3157 'ignore' Configure (@3057..) 'merge in' hints/dec_osf.sh (@2702..) hints/netbsd.sh (@2714..) INSTALL (@3059..)
Diffstat (limited to 'hints/netbsd.sh')
-rw-r--r--hints/netbsd.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh
index a07d3726db..e359127dca 100644
--- a/hints/netbsd.sh
+++ b/hints/netbsd.sh
@@ -66,3 +66,7 @@ esac
# Pre-empt the /usr/bin/perl question of installperl.
installusrbinperl='n'
+# Recognize the NetBSD packages collection.
+# GDBM might be here.
+test -d /usr/pkg/lib && loclibpth="$loclibpth /usr/pkg/lib"
+test -d /usr/pkg/include && locincpth="$locincpth /usr/pkg/include"