Deleted Added
full compact
Makefile.inc (195767) Makefile.inc (204596)
1# $FreeBSD: head/usr.sbin/bsnmpd/modules/Makefile.inc 195767 2009-07-19 17:25:24Z kensmith $
1# $FreeBSD: head/usr.sbin/bsnmpd/modules/Makefile.inc 204596 2010-03-02 18:44:08Z uqs $
2
3SHLIB_MAJOR= 6
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'
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"