diff options
author | Martin Natano <natano@cvs.openbsd.org> | 2016-09-25 17:43:12 +0000 |
---|---|---|
committer | Martin Natano <natano@cvs.openbsd.org> | 2016-09-25 17:43:12 +0000 |
commit | 1b801bf4dedad366ed5604677b3f1eeddb9e1d2b (patch) | |
tree | e64d29d326ddb816473e32080f8aa1dfa205290f /share/snmp | |
parent | 8095f05028b41ecaebae2c9eb23e18bc7e94ee70 (diff) |
Some ownership fixes for /usr/share/.
feedback and tweaks rpe
ok tb
Diffstat (limited to 'share/snmp')
-rw-r--r-- | share/snmp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/snmp/Makefile b/share/snmp/Makefile index c3ab37e8917..b20c125e82b 100644 --- a/share/snmp/Makefile +++ b/share/snmp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2016/01/29 03:06:00 jsg Exp $ +# $OpenBSD: Makefile,v 1.5 2016/09/25 17:43:11 natano Exp $ FILES= OPENBSD-SNMPD-CONF.txt OPENBSD-BASE-MIB.txt FILES+= OPENBSD-MEM-MIB.txt OPENBSD-SENSORS-MIB.txt @@ -8,6 +8,7 @@ FILES+= OPENBSD-RELAYD-MIB.txt all clean cleandir depend lint obj tags: _SUBDIRUSE realinstall: - ${INSTALL} -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/snmp/mibs + ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 0444 \ + ${FILES} ${DESTDIR}${BINDIR}/snmp/mibs .include <bsd.prog.mk> |