From 63fa6c9a5bcb0e744670fa34db16515102fe8431 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 14 Apr 2014 23:51:57 +0000 Subject: MFC refactoring of the *.test.mk files. - r263161 Make bsd.test.mk the only public mk fragment for the building of tests. - r263172 Move FreeBSD Test Suite-specific code to a suite.test.mk file. - r263204 Add some documentation for bsd.test.mk. - r263217 Document support for TAP-compliant Perl test programs. This is "make tinderbox" clean. --- lib/libcrypt/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libcrypt') diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile index 51adc2d..2a0f1fb 100644 --- a/lib/libcrypt/tests/Makefile +++ b/lib/libcrypt/tests/Makefile @@ -9,4 +9,4 @@ ATF_TESTS_C= crypt_tests CFLAGS+= -I${.CURDIR:H} LDADD+= -L${.OBJDIR:H} -lcrypt -.include +.include -- cgit v1.1