summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-12-03 19:15:08 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-12-03 19:15:08 +0000
commitd6842093c0f00d76fa350e2625114f9ce612b934 (patch)
tree70fc1bd9863ef730163e74432cb67b7f8eef1853 /usr.sbin
parent5a11e36adbec2a5a706b6212e669a99f6386fcfc (diff)
Compile wsmoused on alpha, as it can be used on vga displays.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/wsmoused/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/wsmoused/Makefile b/usr.sbin/wsmoused/Makefile
index f7847545c88..5bde2234429 100644
--- a/usr.sbin/wsmoused/Makefile
+++ b/usr.sbin/wsmoused/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.1 2001/04/14 04:47:40 aaron Exp $
+# $OpenBSD: Makefile,v 1.2 2002/12/03 19:15:07 miod Exp $
-.if ${MACHINE} == "i386"
+.if ${MACHINE} == "i386" || ${MACHINE} == "alpha"
PROG= wsmoused
SRCS= wsmoused.c mouse_protocols.c
@@ -12,7 +12,7 @@ NOPROG=yes
.endif
MAN= wsmoused.8
-MANSUBDIR= i386
+MANSUBDIR= i386 alpha
.include <bsd.prog.mk>