and added files
[bcm963xx.git] / userapps / opensource / net-snmp / perl / SNMP / hints / solaris.pl
1 # uses kstat on solaris for get_uptime
2 $self->{LIBS} .= ' -lkstat';
3 # add -ldb if you are getting the vsnprintf not found error
4 # $self->{LIBS} .= ' -lkstat -ldb';