diff options
Diffstat (limited to 'sbin/kbd/Makefile')
-rw-r--r-- | sbin/kbd/Makefile | 8 |
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 |