freebsd-dev/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile
Hartmut Brandt 259ee3d78e Add build infrastructure for libbsnmp and the modules. Add the
netgraph module for the SNMP daemon.
2003-11-10 09:17:34 +00:00

16 lines
253 B
Makefile

# $FreeBSD$
#
# Author: Harti Brandt <harti@freebsd.org>
MOD= netgraph
SRCS= snmp_netgraph.c
MAN= snmp_netgraph.3
MIBS= BEGEMOT-NETGRAPH.txt
DEFS= ${MOD}_tree.def
INCS= snmp_${MOD}.h
CFLAGS+= -I${INCLUDEDIR}/bsnmp -I${.CURDIR}
.include <bsd.lib.mk>