aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/chmod/Makefile
blob: 0815c9814983ecd6eeaa602957344d86cc4d0c7b (plain) (blame)
1
2
3
4
5
6
7
PROG=	chmod
SRCS=	chmod.c \
	chmod_acl.c

BINDIR=/bin

.include <bsd.prog.mk>