xref: /freebsd/bin/chmod/Makefile (revision d0b2dbfa)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2
3.include <src.opts.mk>
4
5PACKAGE=runtime
6PROG=	chmod
7
8HAS_TESTS=
9SUBDIR.${MK_TESTS}+=	tests
10
11.include <bsd.prog.mk>
12