MakeMaker 3.8
[p5sagit/p5-mst-13.2.git] / hints / netbsd.sh
1 # hints/netbsd.sh
2 case "$osvers" in
3 0.9|0.8)
4         usedl="$undef"
5         ;;
6 *)      d_dlopen="$define"
7         cccdlflags='-DPIC -fpic'
8         lddlflags='-Bforcearchive -Bshareable'
9         ;;
10 esac