summaryrefslogtreecommitdiff
path: root/bin/ed
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-10-22 20:14:13 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-10-22 20:14:13 +0000
commitafceae0c473aeb1aba4390ed26dbdcaf513b70e8 (patch)
treea070f3e7382676e435b27229a0cdcd831fecda94 /bin/ed
parentc98f3a0efa0c4ceca3efaee6ab7c66bb60d6fb05 (diff)
downloadsrc-test2-afceae0c473aeb1aba4390ed26dbdcaf513b70e8.tar.gz
src-test2-afceae0c473aeb1aba4390ed26dbdcaf513b70e8.zip
Notes
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index 50db9ef319f9..30816a88e77d 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.11 1995/10/01 14:17:29 markm Exp $
+# $Id: Makefile,v 1.12 1995/10/03 15:44:50 markm Exp $
PROG= ed
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
@@ -8,8 +8,8 @@ MLINKS= ed.1 red.1
.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des
CFLAGS+=-DDES
-LDADD+= -L${CRYPTOBJDIR} -ldescrypt
-DPADD+= ${CRYPTOBJDIR}/libdescrypt.a
+LDADD+= -L${CIPHEROBJDIR} -lcipher
+DPADD+= ${CIPHEROBJDIR}/libcipher.a
.endif
.include <bsd.prog.mk>