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; \