freebsd-dev/usr.sbin/bsnmpd/modules/Makefile
Philip Paeps 2f5e00be39 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.

Reviewed by:	harti, dhartmei
MFC after:	1 month
2005-03-14 22:16:39 +00:00

18 lines
243 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
.if !defined(NO_ATM)
_snmp_atm= snmp_atm
.endif
SUBDIR= ${_snmp_atm} \
snmp_mibII \
snmp_netgraph \
snmp_pf
INCS= snmpmod.h
INCSDIR= ${INCLUDEDIR}/bsnmp
.include <bsd.prog.mk>