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