aboutsummaryrefslogtreecommitdiff
path: root/bin/chflags/Makefile
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2017-09-07 16:54:47 +0000
committerAlan Somers <asomers@FreeBSD.org>2017-09-07 16:54:47 +0000
commit014404db1a704b3bc65907272eb98686f84751ae (patch)
treee7d97eddf827fad6062dc8c74171891cb1c7aaf7 /bin/chflags/Makefile
parentd1c2e46d9c70e252c495028c40b00db218ac0bb8 (diff)
Notes
Diffstat (limited to 'bin/chflags/Makefile')
-rw-r--r--bin/chflags/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile
index db9defdcded3..e37650780a1d 100644
--- a/bin/chflags/Makefile
+++ b/bin/chflags/Makefile
@@ -4,4 +4,7 @@
PACKAGE=runtime
PROG= chflags
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
+
.include <bsd.prog.mk>