xref: /freebsd/usr.sbin/jail/Makefile (revision c17d43407fe04133a94055b0dbc7ea8965654a9f)
1# $FreeBSD$
2
3PROG=	jail
4MAN=	jail.8
5
6WARNS?=	2
7
8.include <bsd.prog.mk>
9