=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.109 retrieving revision 1.110 diff -c -r1.109 -r1.110 *** src/etc/Makefile 2000/04/25 20:52:47 1.109 --- src/etc/Makefile 2000/04/25 21:17:29 1.110 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.109 2000/04/25 20:52:47 jakob Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.110 2000/04/25 21:17:29 jakob Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific *************** *** 92,98 **** ${DESTDIR}/etc/skel/.mailrc; \ ${INSTALL} -c -o root -g wheel -m 644 dot.profile \ ${DESTDIR}/etc/skel/.profile; \ ! ${INSTALL} -c -o root -g wheel -m 644 dot.rhosts \ ${DESTDIR}/etc/skel/.rhosts) (cd kerberosIV; \ ${INSTALL} -c -o root -g wheel -m 644 README \ --- 92,98 ---- ${DESTDIR}/etc/skel/.mailrc; \ ${INSTALL} -c -o root -g wheel -m 644 dot.profile \ ${DESTDIR}/etc/skel/.profile; \ ! ${INSTALL} -c -o root -g wheel -m 600 dot.rhosts \ ${DESTDIR}/etc/skel/.rhosts) (cd kerberosIV; \ ${INSTALL} -c -o root -g wheel -m 644 README \