The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=1b4ac9066541372479ef8bd071ee205217a7e222
commit 1b4ac9066541372479ef8bd071ee205217a7e222 Author: Stefan Eßer <[email protected]> AuthorDate: 2021-06-25 10:41:14 +0000 Commit: Stefan Eßer <[email protected]> CommitDate: 2021-06-25 10:41:14 +0000 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 --- sbin/md5/Makefile | 8 ++++---- 1 file 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
