aboutsummaryrefslogtreecommitdiff
path: root/bin/chmod/Makefile
blob: 3b2c2d1ecac6062b0d27ad883aa08777e9ec39c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD$

.include <src.opts.mk>

PACKAGE=runtime
PROG=	chmod

SUBDIR.${MK_TESTS}+=	tests

.include <bsd.prog.mk>