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
MFC after: 5 days
This commit is contained in:
ngie 2014-08-18 17:35:39 +00:00
parent 16b0de82c2
commit db836cfc04

View File

@ -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>