summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-12-31 00:18:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-12-31 00:18:21 +0000
commit392b41849a8486177ff7be7237fc56a2d5c207a5 (patch)
treecb196c2d353baae04c781da0c6ab622fe0614ff6
parentd5b3d08ededfef65456176a8d947b514e1a1e06d (diff)
Add zaurus to MAKEDEV machinery.
-rw-r--r--etc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 9a088715f62..eb75bd5431f 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.211 2004/08/26 03:34:15 deraadt Exp $
+# $OpenBSD: Makefile,v 1.212 2004/12/31 00:18:20 miod Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -339,6 +339,7 @@ MAKEDEVARCHS+= sgi
MAKEDEVARCHS+= sparc
MAKEDEVARCHS+= sparc64
MAKEDEVARCHS+= vax
+MAKEDEVARCHS+= zaurus
clean:
rm -f etc.${MACHINE}/MAKEDEV
@@ -373,7 +374,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
- echo '# $$OpenBSD: Makefile,v 1.211 2004/08/26 03:34:15 deraadt Exp $$'; \
+ echo '# $$OpenBSD: Makefile,v 1.212 2004/12/31 00:18:20 miod Exp $$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \