summaryrefslogtreecommitdiff
path: root/usr.sbin/wsmoused
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-28 17:43:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-28 17:43:02 +0000
commitf5b1c0f83f9827a82bc59402c396cbaade4a9b65 (patch)
tree8a0fd9bb57c13aa297aa0aa298daffd0531295f0 /usr.sbin/wsmoused
parentdf9adac944862a4897f7d0947c028604332606b3 (diff)
Repair build links for pegosos, and also build for amd64
Diffstat (limited to 'usr.sbin/wsmoused')
-rw-r--r--usr.sbin/wsmoused/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/wsmoused/Makefile b/usr.sbin/wsmoused/Makefile
index 7569fd82ff9..540df7332f6 100644
--- a/usr.sbin/wsmoused/Makefile
+++ b/usr.sbin/wsmoused/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 2003/10/31 04:12:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.4 2004/01/28 17:43:01 deraadt Exp $
-.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "pegasos"
+.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" ||\
+ ${MACHINE} == "alpha" || ${MACHINE} == "pegasos"
PROG= wsmoused
SRCS= wsmoused.c mouse_protocols.c
@@ -12,7 +13,7 @@ NOPROG=yes
.endif
MAN= wsmoused.8
-MANSUBDIR= i386 alpha
+MANSUBDIR= i386 amd64 alpha pegosos
.include <bsd.prog.mk>