diff options
author | Joel Knight <joel@cvs.openbsd.org> | 2012-02-23 03:54:39 +0000 |
---|---|---|
committer | Joel Knight <joel@cvs.openbsd.org> | 2012-02-23 03:54:39 +0000 |
commit | 5521952675f06d028f9843535c3c6accf4c10839 (patch) | |
tree | 60162bb9b5d0c8498664a6e1f18570d46e01d088 /share/snmp/Makefile | |
parent | 7c32bb0e88a0036463e4984b1b5be8d82df344d1 (diff) |
Bring in PF-MIB to snmpd.
ok krw@, sthen@
Diffstat (limited to 'share/snmp/Makefile')
-rw-r--r-- | share/snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/snmp/Makefile b/share/snmp/Makefile index 94a3b3cd76d..d4b8792225f 100644 --- a/share/snmp/Makefile +++ b/share/snmp/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2012/01/31 18:00:46 joel Exp $ +# $OpenBSD: Makefile,v 1.3 2012/02/23 03:54:38 joel Exp $ FILES= OPENBSD-SNMPD-CONF.txt OPENBSD-BASE-MIB.txt FILES+= OPENBSD-MEM-MIB.txt OPENBSD-SENSORS-MIB.txt -FILES+= OPENBSD-CARP-MIB.txt +FILES+= OPENBSD-CARP-MIB.txt OPENBSD-PF-MIB.txt all clean cleandir depend lint obj tags: _SUBDIRUSE |