Currently implemented are most things related to states and interfaces, todo are address tables and altq. I've tried to keep this roughly in sync with a project implementing this for net-snmpd. Reviewed by: harti, dhartmei MFC after: 1 month
16 lines
228 B
Makefile
16 lines
228 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Author: Philip Paeps <philip@freebsd.org>
|
|
|
|
CONTRIB=${.CURDIR}/../../../../contrib/bsnmp
|
|
|
|
MOD= pf
|
|
SRCS= pf_snmp.c
|
|
WARNS?= 6
|
|
|
|
XSYM= begemotPf
|
|
DEFS= ${MOD}_tree.def
|
|
BMIBS= BEGEMOT-PF-MIB.txt
|
|
|
|
.include <bsd.lib.mk>
|