aboutsummaryrefslogtreecommitdiff
path: root/bin/chmod/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-06-07 05:33:56 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-06-07 05:33:56 +0000
commit245e210cc64fd60b2781ad42e258188cfbc515e2 (patch)
treed546eda0b3b9bb26612f70703a36a629c4561467 /bin/chmod/Makefile
parentb3244df7991c71d2888bfd3bfd90213cf201bca5 (diff)
downloadsrc-245e210cc64fd60b2781ad42e258188cfbc515e2.tar.gz
src-245e210cc64fd60b2781ad42e258188cfbc515e2.zip
Notes
Diffstat (limited to 'bin/chmod/Makefile')
-rw-r--r--bin/chmod/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile
index 58b1afc0aff1..3b2c2d1ecac6 100644
--- a/bin/chmod/Makefile
+++ b/bin/chmod/Makefile
@@ -1,7 +1,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>