diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
commit | 2e505302fed71ccbc606e78804729f6b344ed695 (patch) | |
tree | ef018cd1a79bdd3dc83e31e78b66024bf73f2cba /share/snmp | |
parent | eff9f5fbd1f620a72344d69193c82cc393dd5285 (diff) |
a few depend:-related thingies that were still in.
okay millert@, tb@
Diffstat (limited to 'share/snmp')
-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 9c4f8b33b7a..ed86319e934 100644 --- a/share/snmp/Makefile +++ b/share/snmp/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2017/06/12 18:49:34 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2019/12/21 21:40:00 espie 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 obj tags: _SUBDIRUSE +all clean cleandir obj tags: _SUBDIRUSE realinstall: ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 0444 \ |