summaryrefslogtreecommitdiff
path: root/usr.sbin/wsmoused/Makefile
blob: 408048f64dad298e999e52cd73dcb750435affd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$OpenBSD: Makefile,v 1.5 2004/01/29 08:50:09 mickey Exp $	

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

PROG=	wsmoused
SRCS=	wsmoused.c mouse_protocols.c

.else

NOPROG=yes

.endif

MAN=	wsmoused.8 
MANSUBDIR=	i386 amd64 alpha pegasos

.include <bsd.prog.mk>