summaryrefslogtreecommitdiffstats
path: root/bin/ed
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-25 11:15:40 +0000
committerbapt <bapt@FreeBSD.org>2014-11-25 11:15:40 +0000
commit53c2ff7734d36745ac563d50ed143d9cd7b352b0 (patch)
tree464e2b0fe4b668bbca54a17c993842255230d630 /bin/ed
parentae45ae3f5d298bc24587c5e94dab89e48f5d2378 (diff)
downloadFreeBSD-src-53c2ff7734d36745ac563d50ed143d9cd7b352b0.zip
FreeBSD-src-53c2ff7734d36745ac563d50ed143d9cd7b352b0.tar.gz
Convert bin/ to LIBADD, reduce overlinking allow to build all components as
static
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/Makefile3
1 files changed, 1 insertions, 2 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud