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