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