summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsmoused
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-01-28 17:42:59 +0000
committerderaadt <deraadt@openbsd.org>2004-01-28 17:42:59 +0000
commit26bf6218f690388bd343eab289fadd01c3479b1f (patch)
tree75a897df04450448a1795940279eae6f664383ee /usr.sbin/wsmoused
parentfor make obj, enter x86_64; mickey ok (diff)
downloadwireguard-openbsd-26bf6218f690388bd343eab289fadd01c3479b1f.tar.xz
wireguard-openbsd-26bf6218f690388bd343eab289fadd01c3479b1f.zip
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>