freebsd-nq/usr.sbin/bsnmpd/modules/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

12 lines
167 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
SUBDIR= snmp_mibII \
snmp_netgraph
INCS= snmpmod.h
INCSDIR= ${INCLUDEDIR}/bsnmp
.include <bsd.prog.mk>