diff options
Diffstat (limited to 'sbin/kbd/Makefile')
-rw-r--r-- | sbin/kbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index 59c5a1a4712..9f975d748d2 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2001/06/04 20:53:22 maja Exp $ +# $OpenBSD: Makefile,v 1.11 2001/09/01 16:21:16 drahn Exp $ PROG= kbd MAN= kbd.8 @@ -8,7 +8,7 @@ CFLAGS+=-I${.CURDIR} .if (${MACHINE} == "arc") SRCS+= kbd_i386.c -.elif (${MACHINE} == "i386") || (${MACHINE} == "powerpc") || \ +.elif (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ (${MACHINE} == "vax") SRCS+= kbd_wscons.c LDADD= -lkvm |