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:
Enji Cooper 2014-08-18 17:35:39 +00:00
parent 9b3057f932
commit 4207570add
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270144

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>