1# $FreeBSD$
2
3PROG=	jexec
4MAN=	jexec.8
5LIBADD=	jail util
6
7PACKAGE=jail
8
9.include <bsd.prog.mk>
10