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