xref: /freebsd/usr.sbin/bsnmpd/modules/Makefile.inc (revision 0a10f22a30d61a6f32777a236a82d461129538cc)
1# $FreeBSD$
2
3SHLIB_MAJOR=	6
4
5MANFILTER=	sed -e 's%@MODPATH@%${LIBDIR}/%g'		\
6		    -e 's%@DEFPATH@%${DEFSDIR}/%g'		\
7		    -e 's%@MIBSPATH@%${BMIBSDIR}/%g'
8
9NO_WMISSING_VARIABLE_DECLARATIONS=
10
11.include "../Makefile.inc"
12