Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2002/11/23 10:52:49 blymn Exp $
2
3PROG=	veriexecctl
4MAN=	veriexecctl.8
5SRCS=	veriexecctl_parse.y veriexecctl_conf.l veriexecctl.c
6
7YHEADER=	1
8CPPFLAGS+=	-I.
9DPADD+=		${LIBL}
10LDADD+=		-ll
11
12LDSTATIC=	-static
13
14.include <bsd.prog.mk>
15