1# $OpenBSD: Makefile,v 1.8 2020/05/28 20:38:21 fcambus Exp $ 2 3.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ 4 ${MACHINE} == "arm64" || ${MACHINE} == "armv7" || \ 5 ${MACHINE} == "alpha" 6 7PROG= wsmoused 8SRCS= wsmoused.c mouse_protocols.c 9 10.else 11 12NOPROG=yes 13 14.endif 15 16MAN= wsmoused.8 17 18.include <bsd.prog.mk> 19