svn commit: r270386 - stable/10/lib/libcrypt/tests
Garrett Cooper
ngie at FreeBSD.org
Sat Aug 23 02:24:48 UTC 2014
Author: ngie
Date: Sat Aug 23 02:24:47 2014
New Revision: 270386
URL: http://svnweb.freebsd.org/changeset/base/270386
Log:
MFC r270144:
Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile variables
This fixes "make checkdpadd"
Phabric: D620
Approved by: jmmv (mentor)
PR: 192729
Modified:
stable/10/lib/libcrypt/tests/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libcrypt/tests/Makefile
==============================================================================
--- stable/10/lib/libcrypt/tests/Makefile Sat Aug 23 02:20:49 2014 (r270385)
+++ stable/10/lib/libcrypt/tests/Makefile Sat Aug 23 02:24:47 2014 (r270386)
@@ -7,6 +7,7 @@ TESTSDIR= ${TESTSBASE}/lib/libcrypt
ATF_TESTS_C= crypt_tests
CFLAGS+= -I${.CURDIR:H}
-LDADD+= -L${.OBJDIR:H} -lcrypt
+DPADD+= ${LIBCRYPT}
+LDADD+= -lcrypt
.include <bsd.test.mk>
More information about the svn-src-stable
mailing list