summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-02-07 23:26:56 +0000
committerderaadt <deraadt@openbsd.org>2004-02-07 23:26:56 +0000
commitcfcd30b25613ce555ebccaf953a485513d53d50c (patch)
tree5e0e91085d7f21fd9f88f42b48d5353c138bbc4d
parentRound up more edges. (diff)
downloadwireguard-openbsd-cfcd30b25613ce555ebccaf953a485513d53d50c.tar.xz
wireguard-openbsd-cfcd30b25613ce555ebccaf953a485513d53d50c.zip
add cats and amd64
-rw-r--r--etc/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 517d35995fe..8a0890713f1 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.195 2004/01/30 07:48:14 dtucker Exp $
+# $OpenBSD: Makefile,v 1.196 2004/02/07 23:26:56 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -22,10 +22,11 @@ BIN1= bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \
shells spamd.conf syslog.conf weekly etc.${MACHINE}/disktab \
dhclient.conf mailer.conf bgpd.conf
-.if (${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
- ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \
- ${MACHINE} == "pegasos" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64")
+.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
+ ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \
+ ${MACHINE} == "pegasos" || ${MACHINE} == "sparc" || \
+ ${MACHINE} == "sparc64" || ${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE} == "cats"
BIN1+= wsconsctl.conf
.endif
@@ -367,7 +368,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
- echo '# $$OpenBSD: Makefile,v 1.195 2004/01/30 07:48:14 dtucker Exp $$'; \
+ echo '# $$OpenBSD: Makefile,v 1.196 2004/02/07 23:26:56 deraadt Exp $$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \