]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsnmpd/modules/snmp_target/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsnmpd / modules / snmp_target / Makefile
1 # $FreeBSD$
2 #
3 # Author: Shteryana Shopova <syrinx@freebsd.org>
4
5 CONTRIB= ${.CURDIR}/../../../../contrib/bsnmp
6 .PATH: ${CONTRIB}/snmp_target
7
8 MOD=    target
9 SRCS=   target_snmp.c
10 XSYM=   snmpTargetMIB snmpNotificationMIB snmpUDPDomain
11
12 MAN=    snmp_target.3
13
14 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -DSNMPTREE_TYPES
15 CFLAGS+= -DHAVE_ERR_H -DHAVE_GETADDRINFO -DHAVE_STRLCPY -DHAVE_SYS_TREE_H
16
17 DEFS=   ${MOD}_tree.def
18 BMIBS=  
19
20 .include <bsd.snmpmod.mk>