diff options
Diffstat (limited to 'sbin/kbd/Makefile')
-rw-r--r-- | sbin/kbd/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index 1be751a0f28..240623dc14a 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2002/04/19 00:05:20 miod Exp $ +# $OpenBSD: Makefile,v 1.15 2002/08/12 10:46:54 miod Exp $ .if (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \ (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ @@ -6,16 +6,10 @@ (${MACHINE} == "vax") PROG= kbd -SRCS= main.c +SRCS= main.c kbd_wscons.c CFLAGS+=-I${.CURDIR} - -.if (${MACHINE} == "sparc") -SRCS+= kbd_sparc.c -.else -SRCS+= kbd_wscons.c LDADD= -lkvm DPADD= ${LIBKVM} -.endif .else NOPROG= Yes |