=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.204 retrieving revision 1.205 diff -c -r1.204 -r1.205 *** src/etc/Makefile 2004/05/03 15:18:19 1.204 --- src/etc/Makefile 2004/05/04 19:35:25 1.205 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.204 2004/05/03 15:18:19 drahn Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.205 2004/05/04 19:35:25 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 105,113 **** ${INSTALL} -c -o root -g wheel -m 644 dot.mailrc \ ${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 kerberosV; \ ${INSTALL} -c -o root -g wheel -m 644 README \ ${DESTDIR}/etc/kerberosV; \ --- 105,111 ---- ${INSTALL} -c -o root -g wheel -m 644 dot.mailrc \ ${DESTDIR}/etc/skel/.mailrc; \ ${INSTALL} -c -o root -g wheel -m 644 dot.profile \ ! ${DESTDIR}/etc/skel/.profile cd kerberosV; \ ${INSTALL} -c -o root -g wheel -m 644 README \ ${DESTDIR}/etc/kerberosV; \ *************** *** 377,383 **** DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ ! echo '# $$OpenBSD: Makefile,v 1.204 2004/05/03 15:18:19 drahn Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ --- 375,381 ---- DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ ! echo '# $$OpenBSD: Makefile,v 1.205 2004/05/04 19:35:25 deraadt Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \