=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.249 retrieving revision 1.250 diff -c -r1.249 -r1.250 *** src/etc/Makefile 2007/02/27 02:22:01 1.249 --- src/etc/Makefile 2007/02/27 02:25:13 1.250 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.249 2007/02/27 02:22:01 beck Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.250 2007/02/27 02:25:13 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 341,347 **** DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ ! echo '# $$OpenBSD: Makefile,v 1.249 2007/02/27 02:22:01 beck Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ --- 341,347 ---- DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ ! echo -n '# $Open'; echo 'BSD$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \