summaryrefslogtreecommitdiffstats
path: root/bin/ed
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-06 10:50:23 +0000
committerru <ru@FreeBSD.org>2001-12-06 10:50:23 +0000
commitf0ecccca2c2001723a1880d79809197964e429b6 (patch)
tree55c9ebf6c1e5548efc46c1e664163ec5678b78ef /bin/ed
parenta57107b602de1622f3e11d2b7156e33eff49b52c (diff)
downloadFreeBSD-src-f0ecccca2c2001723a1880d79809197964e429b6.zip
FreeBSD-src-f0ecccca2c2001723a1880d79809197964e429b6.tar.gz
-lcipher is an installable library.
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index 95901a6..00f47da 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -8,8 +8,8 @@ MLINKS= ed.1 red.1
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=crypto
CFLAGS+=-DDES
-LDADD+= -L${CIPHEROBJDIR} -lcipher
-DPADD+= ${CIPHEROBJDIR}/libcipher.a
+DPADD= ${LIBCIPHER}
+LDADD= -lcipher
.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud