1# $OpenBSD: Makefile,v 1.7 2014/07/16 20:07:03 okan Exp $ 2 3.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" ||\ 4 ${MACHINE} == "alpha" 5 6PROG= wsmoused 7SRCS= wsmoused.c mouse_protocols.c 8 9.else 10 11NOPROG=yes 12 13.endif 14 15MAN= wsmoused.8 16MANSUBDIR= i386 amd64 alpha 17 18.include <bsd.prog.mk> 19