aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/md5/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile
index e499967d23d5..610ffe096385 100644
--- a/sbin/md5/Makefile
+++ b/sbin/md5/Makefile
@@ -58,9 +58,9 @@ LIBADD= md
CFLAGS+=-DHAVE_CAPSICUM
.endif
-.include <src.opts.mk>
-
-HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
+#.include <src.opts.mk>
+#
+#HAS_TESTS=
+#SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>