]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.sbin/bsnmpd/modules/snmp_wlan/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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>