From 57503175c85b02f90c4f025276e334d1dc27cf33 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 30 Jan 2001 00:01:56 +0000 Subject: switch to wscons --- sbin/kbd/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sbin/kbd/Makefile') 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 -- cgit v1.2.3