summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-23 02:24:47 +0000
committerngie <ngie@FreeBSD.org>2014-08-23 02:24:47 +0000
commita6a5f3526aca5b4de991e5f1f7fd1786f8966584 (patch)
tree2dc27dd80d5eb77b0ce883b7dfc88fa4b4d45a9c /lib/libcrypt
parentac676e3706e37cb312c314a1c9deacccd5b52354 (diff)
downloadFreeBSD-src-a6a5f3526aca5b4de991e5f1f7fd1786f8966584.zip
FreeBSD-src-a6a5f3526aca5b4de991e5f1f7fd1786f8966584.tar.gz
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
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile
index 2a0f1fb..20993e2 100644
--- a/lib/libcrypt/tests/Makefile
+++ b/lib/libcrypt/tests/Makefile
@@ -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>
OpenPOWER on IntegriCloud