diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-08-12 10:46:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-08-12 10:46:55 +0000 |
commit | c7bcc4cdd2ce8ce1f2f046d848e14fd6a8b0f4a3 (patch) | |
tree | e08f113efb3b41ae53a9d1b22714602d77bd8b34 /distrib/special/kbd/Makefile | |
parent | 4873d53a0fe39e573dcb4495ffa783b75ef02742 (diff) |
Enable wscons code on sparc, and let kbd_sparc.c die
Diffstat (limited to 'distrib/special/kbd/Makefile')
-rw-r--r-- | distrib/special/kbd/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/distrib/special/kbd/Makefile b/distrib/special/kbd/Makefile index e21f4737444..cb7559d6357 100644 --- a/distrib/special/kbd/Makefile +++ b/distrib/special/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2002/04/20 00:27:54 miod Exp $ +# $OpenBSD: Makefile,v 1.3 2002/08/12 10:46:52 miod Exp $ .if (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \ (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ @@ -7,17 +7,12 @@ PROG= kbd COPTS+= -Os -SRCS= main.c +SRCS= main.c kbd_wscons.c CFLAGS+=-DNOKVM -I${.CURDIR}/../../../sbin/kbd .PATH: ${.CURDIR}/../../../sbin/kbd -.if (${MACHINE} == "sparc") -SRCS+= kbd_sparc.c -.else -SRCS+= kbd_wscons.c LDADD= -lkvm DPADD= ${LIBKVM} -.endif .else NOPROG= Yes |