aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-12-06 10:50:23 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-12-06 10:50:23 +0000
commitaa70e98b87b4261182b8bbebddd40bced1b8af58 (patch)
tree55c9ebf6c1e5548efc46c1e664163ec5678b78ef /bin/ed/Makefile
parent68f1d5a3544f940c8a2afc1312896dcf0329c96d (diff)
Notes
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r--bin/ed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index 95901a69bd0e3..00f47da8246bd 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>