xref: /dflybsd-src/usr.sbin/chroot/Makefile (revision 1bf4b48620821ff2d90f0bbae1a31b2104e1594f)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: src/usr.sbin/chroot/Makefile,v 1.2.14.2 2002/03/15 22:54:59 mikeh Exp $
3# $DragonFly: src/usr.sbin/chroot/Makefile,v 1.3 2004/11/28 16:38:21 liamfoy Exp $
4
5PROG=	chroot
6WARNS?=	6
7MAN=	chroot.8
8
9.include <bsd.prog.mk>
10