=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.200 retrieving revision 1.201 diff -c -r1.200 -r1.201 *** src/etc/Makefile 2004/02/27 17:36:13 1.200 --- src/etc/Makefile 2004/02/29 18:02:14 1.201 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.200 2004/02/27 17:36:13 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.201 2004/02/29 18:02:14 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 26,32 **** ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \ ${MACHINE} == "pegasos" || ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "amd64" || \ ! ${MACHINE} == "cats" || BIN1+= wsconsctl.conf .endif --- 26,32 ---- ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \ ${MACHINE} == "pegasos" || ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "amd64" || \ ! ${MACHINE} == "cats" BIN1+= wsconsctl.conf .endif *************** *** 377,383 **** DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ ! echo '# $$OpenBSD: Makefile,v 1.200 2004/02/27 17:36:13 deraadt Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ --- 377,383 ---- DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ ! echo '# $$OpenBSD: Makefile,v 1.201 2004/02/29 18:02:14 deraadt Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \