Home | History | Annotate | Line # | Download | only in wsmoused
Makefile revision 1.2
      1  1.2      jmmv # $NetBSD: Makefile,v 1.2 2003/03/04 14:33:55 jmmv 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.2      jmmv CPPFLAGS+=	-I.
     10  1.2      jmmv 
     11  1.2      jmmv YHEADER=	yes
     12  1.1  christos 
     13  1.1  christos .include <bsd.prog.mk>
     14