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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"