=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.371 retrieving revision 1.372 diff -c -r1.371 -r1.372 *** src/etc/Makefile 2014/07/14 09:04:02 1.371 --- src/etc/Makefile 2014/07/14 09:11:27 1.372 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.371 2014/07/14 09:04:02 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.372 2014/07/14 09:11:27 ajacoutot Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 229,236 **** ${DESTDIR}/var/log/wtmp ${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \ ${DESTDIR}/var/log/xferlog - ${INSTALL} -c -o ${BINOWN} -g utmp -m 664 /dev/null \ - ${DESTDIR}/var/run/utmp cd ../gnu/usr.sbin/sendmail/cf/cf && exec ${MAKE} distribution cd ../usr.sbin/ypserv/ypinit && exec ${MAKE} distribution cd ../usr.bin/ssh && exec ${MAKE} distribution --- 229,234 ----