]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsnmpd/modules/snmp_pf/Makefile
MFstable/11 r310901:
[FreeBSD/stable/10.git] / usr.sbin / bsnmpd / modules / snmp_pf / Makefile
1 # $FreeBSD$
2 #
3 # Author: Philip Paeps <philip@freebsd.org>
4
5 MOD=    pf
6 SRCS=   pf_snmp.c
7 CFLAGS+= -DSNMPTREE_TYPES
8
9 XSYM=   begemotPf
10 DEFS=   ${MOD}_tree.def
11 BMIBS=  BEGEMOT-PF-MIB.txt
12
13 .include <bsd.snmpmod.mk>