summaryrefslogtreecommitdiff
path: root/share/snmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/snmp/Makefile')
-rw-r--r--share/snmp/Makefile5
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>