Makefile.inc revision 204596
1# $FreeBSD: head/usr.sbin/bsnmpd/modules/Makefile.inc 204596 2010-03-02 18:44:08Z uqs $
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
9.include "../Makefile.inc"
10