diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-01-29 03:06:01 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-01-29 03:06:01 +0000 |
commit | 7aaca3640f0124360bac4ae6556b215508d808f4 (patch) | |
tree | 4fe742f388ac04323a44093866b0a7e421e7620d /share | |
parent | 4dd606a582e55d90521160840db15e0c0d4295af (diff) |
install the relayd mib
ok blambert@
Diffstat (limited to 'share')
-rw-r--r-- | share/snmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/snmp/Makefile b/share/snmp/Makefile index d4b8792225f..c3ab37e8917 100644 --- a/share/snmp/Makefile +++ b/share/snmp/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2012/02/23 03:54:38 joel Exp $ +# $OpenBSD: Makefile,v 1.4 2016/01/29 03:06:00 jsg Exp $ FILES= OPENBSD-SNMPD-CONF.txt OPENBSD-BASE-MIB.txt FILES+= OPENBSD-MEM-MIB.txt OPENBSD-SENSORS-MIB.txt FILES+= OPENBSD-CARP-MIB.txt OPENBSD-PF-MIB.txt +FILES+= OPENBSD-RELAYD-MIB.txt all clean cleandir depend lint obj tags: _SUBDIRUSE |