xref: /netbsd/sbin/veriexecctl/Makefile (revision 25360444)
1#	$NetBSD: Makefile,v 1.14 2008/07/24 06:13:21 dholland 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} ${LIBPROP}
10LDADD+=		-ll -lprop
11
12.include <bsd.prog.mk>
13