diff options
Diffstat (limited to 'usr.sbin/wsmoused')
-rw-r--r-- | usr.sbin/wsmoused/Makefile | 7 |
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> |