=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.199 retrieving revision 1.200 diff -c -r1.199 -r1.200 *** src/etc/Makefile 2004/02/16 19:03:30 1.199 --- src/etc/Makefile 2004/02/27 17:36:13 1.200 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.199 2004/02/16 19:03:30 miod Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.200 2004/02/27 17:36:13 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 25,32 **** .if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \ ${MACHINE} == "pegasos" || ${MACHINE} == "sparc" || \ ! ${MACHINE} == "sparc64" || ${MACHINE_ARCH} == "x86_64" || \ ! ${MACHINE} == "cats" BIN1+= wsconsctl.conf .endif --- 25,32 ---- .if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ ${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.199 2004/02/16 19:03:30 miod 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.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; \