#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD: stable/10/bin/chmod/Makefile 321130 2017-07-18 16:27:10Z ngie $

.include <bsd.own.mk>

PROG=	chmod

.if ${MK_TESTS} != "no"
SUBDIR+=	tests
.endif

.include <bsd.prog.mk>
