aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-06-25 10:41:14 +0000
committerStefan Eßer <se@FreeBSD.org>2021-06-25 10:41:14 +0000
commit1b4ac9066541372479ef8bd071ee205217a7e222 (patch)
tree532cc96dd1ee411ce7dcfe5c176892d8aaaf3e1b
parentcb194afef50dc4e1473413a69462aaf03cfe0ce4 (diff)
downloadsrc-1b4ac9066541372479ef8bd071ee205217a7e222.tar.gz
src-1b4ac9066541372479ef8bd071ee205217a7e222.zip
sbin/md5: re-enable tests
The directory for the tests was missing in BSD.tests.dist, causing build failures in "make distribute". Li-Wen Hsu fixed this issue in commit cb194afef50dc, allowing me to re-enable installation of the tests. MFC after: 3 days
-rw-r--r--sbin/md5/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile
index 610ffe096385..e499967d23d5 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>