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