summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-29 18:02:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-29 18:02:15 +0000
commit4a95829907bd98f42503d9e6f91af8df4c9313ab (patch)
treefc23b91bb384b876a3a6a8baaada2f4d23569c2b /etc
parent60cb6980030648d5c0666e35c90dcc1bd923ab76 (diff)
oops
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 5218decb3e4..38fa8f60776 100644
--- a/etc/Makefile
+++ b/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; \