summaryrefslogtreecommitdiff
path: root/sbin/kbd/Makefile
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>2002-02-19 01:49:59 +0000
committerMats O Jansson <maja@cvs.openbsd.org>2002-02-19 01:49:59 +0000
commit2681ae46a57efba41ff6c6b805673ede03f6097e (patch)
treef8984bcab9697d4194a46ff65257ad65b77ca4cf /sbin/kbd/Makefile
parent75c956c0d418370c31e8046ecf265b58bb65e19c (diff)
Add support for sparc64 and sun keyboards. -moj
Diffstat (limited to 'sbin/kbd/Makefile')
-rw-r--r--sbin/kbd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile
index 475c6b59eb7..2d3a0533322 100644
--- a/sbin/kbd/Makefile
+++ b/sbin/kbd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2001/10/24 05:38:21 maja Exp $
+# $OpenBSD: Makefile,v 1.13 2002/02/19 01:49:57 maja Exp $
PROG= kbd
MAN= kbd.8
@@ -9,7 +9,8 @@ CFLAGS+=-I${.CURDIR}
.if (${MACHINE} == "arc")
SRCS+= kbd_i386.c
.elif (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \
- (${MACHINE} == "vax") || (${MACHINE} == "alpha")
+ (${MACHINE} == "vax") || (${MACHINE} == "alpha") || \
+ (${MACHINE} == "sparc64")
SRCS+= kbd_wscons.c
LDADD= -lkvm
DPADD= ${LIBKVM}