Makefile.inc revision 195767
1# $FreeBSD: head/usr.sbin/bsnmpd/modules/Makefile.inc 195767 2009-07-19 17:25:24Z kensmith $
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