xref: /freebsd/usr.sbin/bsnmpd/modules/Makefile.inc (revision 4ddbe5ac37b907100856114354f29b92e8d8155c)
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