head	1.1;
access;
symbols
	RELENG_5_5_0_RELEASE:1.1.2.1
	RELENG_5_5:1.1.2.1.0.2
	RELENG_5_5_BP:1.1.2.1
	RELENG_5:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2005.04.20.08.45.13;	author philip;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2005.04.20.08.45.13;	author philip;	state Exp;
branches;
next	;


desc
@@


1.1
log
@file Makefile was initially added on branch RELENG_5.
@
text
@@


1.1.2.1
log
@MFC snmp_pf.  From the original commit message:

 | Add snmp_pf, a bsnmpd module for monitoring (not managing!) pf firewalls.
 | 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.
@
text
@a0 15
# $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>
@

