summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2005-05-09 20:23:42 +0000
committermiod <miod@openbsd.org>2005-05-09 20:23:42 +0000
commit90fc880548d38ecf109a47d1dbc20a6cf9b8ad8d (patch)
tree949113707cc8b16cca8fdb83a51a7b738c60a4c9
parentreplace sc_quirk with sc_flags, spotted and ok mickey@ (diff)
downloadwireguard-openbsd-90fc880548d38ecf109a47d1dbc20a6cf9b8ad8d.tar.xz
wireguard-openbsd-90fc880548d38ecf109a47d1dbc20a6cf9b8ad8d.zip
Sync architectures list with /sbin/kbd; prompted by martin@
-rw-r--r--distrib/special/kbd/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/distrib/special/kbd/Makefile b/distrib/special/kbd/Makefile
index 4bc8b6621d7..6f1a988d462 100644
--- a/distrib/special/kbd/Makefile
+++ b/distrib/special/kbd/Makefile
@@ -1,10 +1,7 @@
-# $OpenBSD: Makefile,v 1.10 2004/08/06 22:40:12 pefo Exp $
+# $OpenBSD: Makefile,v 1.11 2005/05/09 20:23:42 miod Exp $
-.if (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \
- (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \
- (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \
- (${MACHINE} == "vax") || (${MACHINE} == "amd64") || \
- (${MACHINE} == "sgi") || (${MACHINE} == "cats")
+.if ${MACHINE} != "mac68k" && ${MACHINE} != "mvme68k" && \
+ ${MACHINE} != "mvme88k"
PROG= kbd
COPTS+= -Os