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