freebsd-skq/usr.sbin/bsnmpd/modules/snmp_wlan/Makefile
ed 52acbc4c0a Remove redundant assignments to WARNS.
For these directories, WARNS is already implied to be 6.
2011-06-06 20:24:17 +00:00

16 lines
202 B
Makefile

#
# $FreeBSD$
#
MOD= wlan
SRCS= wlan_snmp.c wlan_sys.c
CFLAGS+= -DSNMPTREE_TYPES
XSYM= begemotWlan
BMIBS= BEGEMOT-WIRELESS-MIB.txt
MAN= snmp_${MOD}.3
DEFS= ${MOD}_tree.def
.include <bsd.snmpmod.mk>