freebsd-dev/lib/libbsnmp/modules/Makefile.inc
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

17 lines
282 B
Makefile

# $FreeBSD$
NOINSTALLLIB= yes
NOPROFILE= yes
LIB= snmp_${MOD}
SHLIB_NAME= snmp_${MOD}.so.${SHLIB_MAJOR}
SRCS:= ${MOD}_oid.h ${MOD}_tree.c ${MOD}_tree.h ${SRCS}
MIBSDIR= ${SHAREDIR}/bsnmp/mibs
DEFSDIR= ${SHAREDIR}/bsnmp/defs
FILESGROUPS += DEFS MIBS
.include "../Makefile.inc"