diff options
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 765c3a5ee06..ada03a73d30 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.281 2009/10/01 19:01:28 matthieu Exp $ +# $OpenBSD: Makefile,v 1.282 2009/10/25 05:23:58 dtucker Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -291,7 +291,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo -n '# $Open'; echo 'BSD$'; \ + echo -n '# $$Open'; echo 'BSD$$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ |