summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd/modules/snmp_atm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bsnmpd/modules/snmp_atm/Makefile')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_atm/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_atm/Makefile b/usr.sbin/bsnmpd/modules/snmp_atm/Makefile
new file mode 100644
index 0000000..4bba7cb
--- /dev/null
+++ b/usr.sbin/bsnmpd/modules/snmp_atm/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+#
+# Author: Harti Brandt <harti@freebsd.org>
+
+CONTRIB= ${.CURDIR}/../../../../contrib/ngatm
+.PATH: ${CONTRIB}/snmp_atm
+
+MOD= atm
+SRCS= snmp_atm.c atm_sys.c
+XSYM= begemotAtm
+MAN= snmp_atm.3
+
+BMIBS= BEGEMOT-ATM.txt BEGEMOT-ATM-FREEBSD-MIB.txt
+DEFS= ${MOD}_tree.def atm_freebsd.def
+INCS= snmp_${MOD}.h
+
+EXTRAMIBDEFS= atm_freebsd.def
+
+CFLAGS+= -I${CONTRIB}/snmp_atm
+
+.include <bsd.snmpmod.mk>
OpenPOWER on IntegriCloud