summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2006-10-10 12:45:59 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2006-10-10 12:45:59 +0000
commit0a1cee0216ded79a73d189d51eeb902588edb925 (patch)
treee4c0a606a46c81d81f00c2707260c96c9271eea8 /etc/Makefile
parent185a5cc060990f07533cbf2111a0a086be262228 (diff)
etc.landisk does not exist yet, dont try to build MAKEDEV for it yet either
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 8067ae3c1e0..752b8d95c90 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.240 2006/10/06 22:11:30 deraadt Exp $
+# $OpenBSD: Makefile,v 1.241 2006/10/10 12:45:58 todd Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -291,7 +291,7 @@ MAKEDEVARCHS+= hp300
MAKEDEVARCHS+= hppa
MAKEDEVARCHS+= hppa64
MAKEDEVARCHS+= i386
-MAKEDEVARCHS+= landisk
+#MAKEDEVARCHS+= landisk
MAKEDEVARCHS+= luna88k
MAKEDEVARCHS+= mac68k
MAKEDEVARCHS+= macppc
@@ -337,7 +337,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
- echo '# $$OpenBSD: Makefile,v 1.240 2006/10/06 22:11:30 deraadt Exp $$'; \
+ echo '# $$OpenBSD: Makefile,v 1.241 2006/10/10 12:45:58 todd Exp $$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \