]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/bsnmpd/modules/Makefile.inc
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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'