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