From 6adce30d288e6c89f9247b8bced6dc1382b72c8f Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 11:07:26 +0000 Subject: Convert libraries to use LIBADD While here reduce a bit overlinking --- lib/libfetch/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/libfetch') diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index cef5f5a..4f56552 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -16,11 +16,9 @@ CFLAGS+= -DINET6 .if ${MK_OPENSSL} != "no" CFLAGS+= -DWITH_SSL -DPADD= ${LIBSSL} ${LIBCRYPTO} -LDADD= -lssl -lcrypto +LIBADD+= ssl crypto .else -DPADD= ${LIBMD} -LDADD= -lmd +LIBADD+= md .endif CFLAGS+= -DFTP_COMBINE_CWDS -- cgit v1.1