diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-27 02:25:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-27 02:25:14 +0000 |
commit | 99a92315b2bff0d76650ba52e184f2ff2b2fb60d (patch) | |
tree | 2f45755e7b441ff5990a8268a62eb814694492ef /etc/Makefile | |
parent | b2aaf7d2e771b9942ca7ddd300a2bb4721fe7638 (diff) |
avoid messing with the cvs tag expansion
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 57bd396ef5a..64cd97953fd 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.249 2007/02/27 02:22:01 beck Exp $ +# $OpenBSD: Makefile,v 1.250 2007/02/27 02:25:13 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -341,7 +341,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.249 2007/02/27 02:22:01 beck Exp $$'; \ + 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; \ |