]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - usr.sbin/bsnmpd/modules/Makefile.inc
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / usr.sbin / bsnmpd / modules / Makefile.inc
1 # $FreeBSD$
2
3 SHLIB_MAJOR=    6
4 WARNS?=         6
5
6 MANFILTER=      sed -e 's%@MODPATH@%${LIBDIR}/%g'               \
7                     -e 's%@DEFPATH@%${DEFSDIR}/%g'              \
8                     -e 's%@MIBSPATH@%${BMIBSDIR}/%g'