X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fnetbsd.sh;h=e359127dcaa1a3c888599cbfeac01a5ca53a213d;hb=9cc6feabb930fb7cac992ab0a2febf2fb1986667;hp=a07d3726db8a3601bb36edaf2e0aabbe377a892e;hpb=968dcd912296607f6d74dceeeccc670bbe106928;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/netbsd.sh b/hints/netbsd.sh index a07d372..e359127 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"