9bba371fbf
that the sources use "..." includes to get at include files that later on reside in an include sub-directory.
18 lines
313 B
Makefile
18 lines
313 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Author: Harti Brandt <harti@freebsd.org>
|
|
|
|
CONTRIB=${.CURDIR}/../../../../contrib/bsnmp
|
|
|
|
MOD= netgraph
|
|
SRCS= snmp_netgraph.c
|
|
MAN= snmp_netgraph.3
|
|
|
|
MIBS= BEGEMOT-NETGRAPH.txt
|
|
DEFS= ${MOD}_tree.def
|
|
INCS= snmp_${MOD}.h
|
|
|
|
CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I${.CURDIR}
|
|
|
|
.include <bsd.lib.mk>
|