aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cmp/Makefile')
-rw-r--r--usr.bin/cmp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile
index 0f515f4af5f5..bcde84f0255a 100644
--- a/usr.bin/cmp/Makefile
+++ b/usr.bin/cmp/Makefile
@@ -6,6 +6,7 @@
PROG= cmp
SRCS= cmp.c link.c misc.c regular.c special.c
+HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>