]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsnmpd/modules/snmp_wlan/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsnmpd / modules / snmp_wlan / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 MOD=    wlan
6 SRCS=   wlan_snmp.c wlan_sys.c
7 CFLAGS+= -DSNMPTREE_TYPES
8
9 XSYM=   begemotWlan
10
11 BMIBS=  BEGEMOT-WIRELESS-MIB.txt
12 MAN=    snmp_${MOD}.3
13 DEFS=   ${MOD}_tree.def
14
15 .include <bsd.snmpmod.mk>