freebsd-dev/bin/chmod/Makefile
Enji Cooper 245e210cc6 Add some basic tests for chmod(1)
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-06-07 05:33:56 +00:00

12 lines
155 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
.include <src.opts.mk>
PACKAGE=runtime
PROG= chmod
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>