=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.337 retrieving revision 1.338 diff -c -r1.337 -r1.338 *** src/etc/Makefile 2013/11/03 18:28:34 1.337 --- src/etc/Makefile 2013/11/26 20:11:51 1.338 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.337 2013/11/03 18:28:34 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.338 2013/11/26 20:11:51 sthen Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 130,136 **** ${INSTALL} -c -o root -g wheel -m 600 snmpd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 ldapd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 ypldap.conf ${DESTDIR}/etc ! ${INSTALL} -c -o root -g _nsd -m 640 nsd.conf ${DESTDIR}/etc ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev cd root; \ --- 130,136 ---- ${INSTALL} -c -o root -g wheel -m 600 snmpd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 ldapd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 ypldap.conf ${DESTDIR}/etc ! ${INSTALL} -c -o root -g _nsd -m 640 nsd.conf ${DESTDIR}/var/nsd/etc ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev cd root; \