diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-13 14:14:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-13 14:14:53 +0000 |
commit | 34e8f5e40ccbd9458d2d8680838bcd4387baff32 (patch) | |
tree | ce31e8588abb2da6b89ce9253cb7d60f62811412 /etc | |
parent | 1b86d1c74638bf1791a9e9f9c02f9d409e548de8 (diff) |
Add cats to MAKEDEVARCHS
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 461e06c70b4..a42efc55c1a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.197 2004/02/10 23:07:37 henning Exp $ +# $OpenBSD: Makefile,v 1.198 2004/02/13 14:14:52 miod Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -330,6 +330,7 @@ snap_md: MAKEDEVARCHS+= alpha MAKEDEVARCHS+= amd64 +MAKEDEVARCHS+= cats MAKEDEVARCHS+= hp300 MAKEDEVARCHS+= hppa MAKEDEVARCHS+= i386 @@ -369,7 +370,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.197 2004/02/10 23:07:37 henning Exp $$'; \ + echo '# $$OpenBSD: Makefile,v 1.198 2004/02/13 14:14:52 miod Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ |