summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>2001-06-04 20:53:23 +0000
committerMats O Jansson <maja@cvs.openbsd.org>2001-06-04 20:53:23 +0000
commitd4702a4d18968467925ab39316841855954cb78c (patch)
tree4db87614018a5e5996e134166074f6502f64d449 /sbin
parent6f9ea05d3d5a34393edb11112895d552dbfb4258 (diff)
Add wscons support for vax. -moj
Diffstat (limited to 'sbin')
-rw-r--r--sbin/kbd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile
index eea269841ef..59c5a1a4712 100644
--- a/sbin/kbd/Makefile
+++ b/sbin/kbd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2001/03/08 08:00:16 maja Exp $
+# $OpenBSD: Makefile,v 1.10 2001/06/04 20:53:22 maja Exp $
PROG= kbd
MAN= kbd.8
@@ -8,7 +8,8 @@ CFLAGS+=-I${.CURDIR}
.if (${MACHINE} == "arc")
SRCS+= kbd_i386.c
-.elif (${MACHINE} == "i386") || (${MACHINE} == "powerpc")
+.elif (${MACHINE} == "i386") || (${MACHINE} == "powerpc") || \
+ (${MACHINE} == "vax")
SRCS+= kbd_wscons.c
LDADD= -lkvm
DPADD= ${LIBKVM}