From 53c2ff7734d36745ac563d50ed143d9cd7b352b0 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 11:15:40 +0000 Subject: Convert bin/ to LIBADD, reduce overlinking allow to build all components as static --- bin/ed/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/ed') diff --git a/bin/ed/Makefile b/bin/ed/Makefile index cc47a42..bef3ff1 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -9,8 +9,7 @@ MLINKS= ed.1 red.1 .if ${MK_OPENSSL} != "no" && ${MK_ED_CRYPTO} != "no" CFLAGS+=-DDES -DPADD= ${LIBCRYPTO} -LDADD= -lcrypto +LIBADD= crypto .endif .include -- cgit v1.1