]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsnmpd/modules/Makefile.inc
Fix imprecise ordering of SSP canary initialization
[FreeBSD/FreeBSD.git] / usr.sbin / bsnmpd / modules / Makefile.inc
1 # $FreeBSD$
2
3 SHLIB_MAJOR=    6
4 PACKAGE=        bsnmp
5
6 MANFILTER=      sed -e 's%@MODPATH@%${LIBDIR}/%g'               \
7                     -e 's%@DEFPATH@%${DEFSDIR}/%g'              \
8                     -e 's%@MIBSPATH@%${BMIBSDIR}/%g'
9
10 NO_WMISSING_VARIABLE_DECLARATIONS=
11
12 .include "../Makefile.inc"