diff options
author | 2001-10-24 05:38:21 +0000 | |
---|---|---|
committer | 2001-10-24 05:38:21 +0000 | |
commit | 612f148b18121ebf45df1f2f9d64f9fff6859e3e (patch) | |
tree | 0bcf84ec577a232cdba5413a1e2a217b2b033b6b | |
parent | make libc compile (diff) | |
download | wireguard-openbsd-612f148b18121ebf45df1f2f9d64f9fff6859e3e.tar.xz wireguard-openbsd-612f148b18121ebf45df1f2f9d64f9fff6859e3e.zip |
Alpha supports wscons. -moj
-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 9f975d748d2..475c6b59eb7 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2001/09/01 16:21:16 drahn Exp $ +# $OpenBSD: Makefile,v 1.12 2001/10/24 05:38:21 maja Exp $ PROG= kbd MAN= kbd.8 @@ -9,7 +9,7 @@ CFLAGS+=-I${.CURDIR} .if (${MACHINE} == "arc") SRCS+= kbd_i386.c .elif (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ - (${MACHINE} == "vax") + (${MACHINE} == "vax") || (${MACHINE} == "alpha") SRCS+= kbd_wscons.c LDADD= -lkvm DPADD= ${LIBKVM} |