summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2006-12-14 18:49:45 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2006-12-14 18:49:45 +0000
commit96cb813960fb5225665c9cd823b39c6d371c55bf (patch)
tree8d681bd5edb459cf4072c36b6b491e109f350b28 /etc/Makefile
parentc4c3193cc824f923b4f1e5b8c5ec27c32bbbcd8f (diff)
Uncomment MAKEDEVARCH+=landisk.
ok drahn@
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 9d977e945d7..43d284a01cf 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.244 2006/12/12 16:37:32 reyk Exp $
+# $OpenBSD: Makefile,v 1.245 2006/12/14 18:49:44 kettenis Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -293,7 +293,7 @@ MAKEDEVARCHS+= hp300
MAKEDEVARCHS+= hppa
MAKEDEVARCHS+= hppa64
MAKEDEVARCHS+= i386
-#MAKEDEVARCHS+= landisk
+MAKEDEVARCHS+= landisk
MAKEDEVARCHS+= luna88k
MAKEDEVARCHS+= mac68k
MAKEDEVARCHS+= macppc
@@ -339,7 +339,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
- echo '# $$OpenBSD: Makefile,v 1.244 2006/12/12 16:37:32 reyk Exp $$'; \
+ echo '# $$OpenBSD: Makefile,v 1.245 2006/12/14 18:49:44 kettenis Exp $$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \