Home | History | Annotate | Line # | Download | only in veriexecctl
Makefile revision 1.3
      1  1.3  xtraeme #	$NetBSD: Makefile,v 1.3 2005/01/19 20:42:04 xtraeme Exp $
      2  1.1    blymn 
      3  1.3  xtraeme WARNS=	2
      4  1.1    blymn PROG=	veriexecctl
      5  1.1    blymn MAN=	veriexecctl.8
      6  1.1    blymn SRCS=	veriexecctl_parse.y veriexecctl_conf.l veriexecctl.c
      7  1.1    blymn 
      8  1.1    blymn YHEADER=	1
      9  1.1    blymn CPPFLAGS+=	-I.
     10  1.1    blymn DPADD+=		${LIBL}
     11  1.1    blymn LDADD+=		-ll
     12  1.1    blymn 
     13  1.1    blymn .include <bsd.prog.mk>
     14