xref: /openbsd/usr.sbin/wsmoused/Makefile (revision d485f761)
1#	$OpenBSD: Makefile,v 1.1 2001/04/14 04:47:40 aaron Exp $
2
3.if ${MACHINE} == "i386"
4
5PROG=	wsmoused
6SRCS=	wsmoused.c mouse_protocols.c
7
8.else
9
10NOPROG=yes
11
12.endif
13
14MAN=	wsmoused.8
15MANSUBDIR=	i386
16
17.include <bsd.prog.mk>
18
19