=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.228 retrieving revision 1.229 diff -c -r1.228 -r1.229 *** src/etc/Makefile 2005/11/17 21:28:05 1.228 --- src/etc/Makefile 2005/11/21 16:13:44 1.229 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.228 2005/11/17 21:28:05 jakob Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.229 2005/11/21 16:13:44 beck Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 96,103 **** ${INSTALL} -c -o root -g wheel -m 644 dot.profile \ ${DESTDIR}/root/.profile; \ rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \ ! ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \ ! ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile cd skel; \ ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \ ${DESTDIR}/etc/skel/.cshrc; \ --- 96,105 ---- ${INSTALL} -c -o root -g wheel -m 644 dot.profile \ ${DESTDIR}/root/.profile; \ rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \ ! ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \ ! ${DESTDIR}/.cshrc; \ ! ${INSTALL} -c -o root -g wheel -m 644 dot.profile \ ! ${DESTDIR}/.profile; cd skel; \ ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \ ${DESTDIR}/etc/skel/.cshrc; \ *************** *** 379,385 **** DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ ! echo '# $$OpenBSD: Makefile,v 1.228 2005/11/17 21:28:05 jakob Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ --- 381,387 ---- DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ ! echo '# $$OpenBSD: Makefile,v 1.229 2005/11/21 16:13:44 beck Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \