Change LDFLAGS to LDADD in order to allow static builds. This is more
commit85036d1f0b3f9b0b390e5707b78461fd4d259ee2
authorsbruno <sbruno@FreeBSD.org>
Sat, 15 Nov 2014 18:03:38 +0000 (15 18:03 +0000)
committersbruno <sbruno@FreeBSD.org>
Sat, 15 Nov 2014 18:03:38 +0000 (15 18:03 +0000)
treef2303ed8c16ca661269dd2997f2a7417b25d7b8a
parent3eed72cbb75753f44c181136c0e2a591ebf46590
Change LDFLAGS to LDADD in order to allow static builds.  This is more
proper way to ensure that the command line compile works the way we intend.

Add explicity DPADD statemens on LIBMD and LIBPTHREAD depending on which
options are used in the build.

Reviewed by: andrew
MFC after: 2 weeks
usr.bin/sort/Makefile