freebsd-dev/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile
Hartmut Brandt b89b4d4d9a Use the new bsd.snmpmod.mk makefile to build the modules. The -I pointers
into the contrib directory are still necessary for some of the Makefiles,
because the C-sources there use non-canonical includes ("" includes) to get
at the header files.
2005-11-10 10:14:57 +00:00

18 lines
270 B
Makefile

# $FreeBSD$
#
# Author: Harti Brandt <harti@freebsd.org>
MOD= netgraph
SRCS= snmp_netgraph.c
XSYM= begemotNg
MAN= snmp_netgraph.3
BMIBS= BEGEMOT-NETGRAPH.txt
DEFS= ${MOD}_tree.def
INCS= snmp_${MOD}.h
DPADD= ${LIBNETGRAPH}
LDADD= -lnetgraph
.include <bsd.snmpmod.mk>