]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/bsnmpd/modules/Makefile.inc
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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'