=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.213 retrieving revision 1.214 diff -c -r1.213 -r1.214 *** src/etc/Makefile 2005/01/13 19:27:13 1.213 --- src/etc/Makefile 2005/01/14 22:39:12 1.214 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.213 2005/01/13 19:27:13 drahn Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.214 2005/01/14 22:39:12 miod Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 21,30 **** etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ! ${MACHINE} == "cats" || ${MACHINE} == "hppa" || \ ! ${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \ ! ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \ ! ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" BIN1+= wsconsctl.conf .endif --- 21,31 ---- etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ! ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \ ! ${MACHINE} == "hppa" || ${MACHINE} == "i386" || \ ! ${MACHINE} == "luna88k" || ${MACHINE} == "macppc" || \ ! ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" || \ ! ${MACHINE} == "zaurus" BIN1+= wsconsctl.conf .endif *************** *** 374,380 **** DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ ! echo '# $$OpenBSD: Makefile,v 1.213 2005/01/13 19:27:13 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.214 2005/01/14 22:39:12 miod Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \