aboutsummaryrefslogtreecommitdiff
path: root/bin/chmod/Makefile
blob: e6de3a834c45bb9d126579a884c5661d6833e033 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

.include <src.opts.mk>

PACKAGE=runtime
PROG=	chmod

HAS_TESTS=
SUBDIR.${MK_TESTS}+=	tests

.include <bsd.prog.mk>