Makefile revision 113091
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.sbin/chroot/Makefile 113091 2003-04-04 17:49:21Z obrien $
3
4PROG=	chroot
5MAN=	chroot.8
6
7WARNS?=	2
8
9.include <bsd.prog.mk>
10