Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2003/03/07 01:31:30 fvdl Exp $
2#
3
4PROG=	wsmoused
5SRCS=	wsmoused.c config.c config_yacc.y config_lex.l events.c selection.c
6
7MAN=	wsmoused.conf.5 wsmoused.8
8
9CPPFLAGS+=	-I${.CURDIR} -I.
10LDADD+=		-lutil
11
12YHEADER=	yes
13
14.include <bsd.prog.mk>
15