summaryrefslogtreecommitdiff
path: root/usr.sbin/wsmoused/Makefile
blob: 36a88a58377107a5cbd4290e047a5a8a5abe4be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$OpenBSD: Makefile,v 1.6 2004/05/03 15:18:21 drahn Exp $	

.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" ||\
    ${MACHINE} == "alpha"

PROG=	wsmoused
SRCS=	wsmoused.c mouse_protocols.c

.else

NOPROG=yes

.endif

MAN=	wsmoused.8 
MANSUBDIR=	i386 amd64 alpha

.include <bsd.prog.mk>