summaryrefslogtreecommitdiff
path: root/share/snmp/Makefile
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2008-12-23 18:32:11 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2008-12-23 18:32:11 +0000
commitce5cc43ce754377d86dc8cc69506332f7a80560d (patch)
tree97ad58764fc0e2753c877c6adaec99c74686078d /share/snmp/Makefile
parent0015962cfd2a7517eec4e5288dc90fa20ed18f78 (diff)
Add MIB definitions for snmpd(8).
ok jmc@ deraadt@ dlg@
Diffstat (limited to 'share/snmp/Makefile')
-rw-r--r--share/snmp/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/snmp/Makefile b/share/snmp/Makefile
new file mode 100644
index 00000000000..c2a33761c14
--- /dev/null
+++ b/share/snmp/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.1 2008/12/23 18:32:10 reyk Exp $
+
+FILES= OPENBSD-SNMPD-CONF.txt OPENBSD-BASE-MIB.txt
+FILES+= OPENBSD-MEM-MIB.txt OPENBSD-SENSORS-MIB.txt
+
+all clean cleandir depend lint obj tags: _SUBDIRUSE
+
+realinstall:
+ ${INSTALL} -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/snmp/mibs
+
+.include <bsd.prog.mk>