From d1b5058f03adc304f65700d5fbcf5451c0f180b8 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 29 Feb 2004 18:02:14 +0000 Subject: [PATCH] oops --- src/etc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 5218decb..38fa8f60 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.200 2004/02/27 17:36:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.201 2004/02/29 18:02:14 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -26,7 +26,7 @@ BIN1= bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \ ${MACHINE} == "pegasos" || ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "cats" || + ${MACHINE} == "cats" BIN1+= wsconsctl.conf .endif @@ -377,7 +377,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.200 2004/02/27 17:36:13 deraadt Exp $$'; \ + 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; \