summaryrefslogtreecommitdiff
path: root/sbin/kbd/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-30 00:01:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-30 00:01:56 +0000
commit57503175c85b02f90c4f025276e334d1dc27cf33 (patch)
tree408c50e599716014d9ce9679c27cb4abda2cd677 /sbin/kbd/Makefile
parenta35021e9cde96772386c3f1f570135035ba326c2 (diff)
switch to wscons
Diffstat (limited to 'sbin/kbd/Makefile')
-rw-r--r--sbin/kbd/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile
index 22f8b95fb52..5b68007abd2 100644
--- a/sbin/kbd/Makefile
+++ b/sbin/kbd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1999/07/20 15:10:51 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 2001/01/30 00:01:55 deraadt Exp $
PROG= kbd
MAN= kbd.8
@@ -6,11 +6,7 @@ MAN= kbd.8
SRCS= main.c
CFLAGS+=-I${.CURDIR}
-.if (${MACHINE} == "i386")
-CFLAGS+=-DHAVEPCVT
-.endif
-
-.if (${MACHINE} == "i386") || (${MACHINE} == "arc")
+.if (${MACHINE} == "arc")
SRCS+= kbd_i386.c
.elif (${MACHINE} == "sparc")
SRCS+= kbd_sparc.c