Cross Reference: Makefile
xref: /src/usr.sbin/wsmoused/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/wsmoused/
Makefile revision 1.5
1# $NetBSD: Makefile,v 1.5 2003/08/06 18:07:53 jmmv Exp $
2#
3
4PROG=	wsmoused
5SRCS=	wsmoused.c config.c config_yacc.y config_lex.l
6
7MAN=	wsmoused.conf.5 wsmoused.8
8
9WSMOUSED_SELECTION_MODE?=	yes
10
11.if !empty(WSMOUSED_SELECTION_MODE:M[Yy][Ee][Ss])
12CPPFLAGS+=	-DWSMOUSED_SELECTION_MODE
13SRCS+=		selection.c
14.endif
15
16CPPFLAGS+=	-I${.CURDIR} -I.
17LDADD+=		-lutil
18
19YHEADER=	yes
20
21.include <bsd.prog.mk>
22

Indexes created Sun Dec 21 11:09:39 GMT 2025