summaryrefslogtreecommitdiffstats
path: root/secure/bin/ed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/bin/ed/Makefile')
-rw-r--r--secure/bin/ed/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/bin/ed/Makefile b/secure/bin/ed/Makefile
index 5c5742b..bd04941 100644
--- a/secure/bin/ed/Makefile
+++ b/secure/bin/ed/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/11/14 20:45:26 phk Exp $
+# $Id: Makefile,v 1.2 1994/11/21 02:58:43 phk Exp $
PROG= ed
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
@@ -7,7 +7,7 @@ LINKS= ${BINDIR}/ed ${BINDIR}/red
NOMAN= true
CFLAGS+=-DDES
-LDADD+= -L../../lib/libcrypt -ldescrypt
-DPADD+= ../../lib/libcrypt/libdescrypt.a
+LDADD+= -L${CRYPTOBJDIR} -ldescrypt
+DPADD+= ${CRYPTOBJDIR}/libdescrypt.a
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud