2f5e00be39
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
18 lines
243 B
Makefile
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>
|