Makefile revision 1.10
1#	$NetBSD: Makefile,v 1.10 2005/06/27 01:00:07 christos Exp $
2
3PROG=	veriexecctl
4MAN=	veriexecctl.8
5SRCS=	veriexecctl_parse.y veriexecctl_conf.l veriexecctl.c
6
7YHEADER=	1
8CPPFLAGS+=	-I${.CURDIR} -I.
9DPADD+=		${LIBL}
10LDADD+=		-ll
11
12.include <bsd.prog.mk>
13