summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-12-18 15:15:10 +0000
committerjkh <jkh@FreeBSD.org>1994-12-18 15:15:10 +0000
commit09b19ee9f7b319cfaf9ec845a402a3df191f3dc1 (patch)
treecf48912f5c7013949076b2e16519afbaa80330e1 /bin
parent76d9732fa972b4d5be2939af9c048491ca5c2971 (diff)
downloadFreeBSD-src-09b19ee9f7b319cfaf9ec845a402a3df191f3dc1.zip
FreeBSD-src-09b19ee9f7b319cfaf9ec845a402a3df191f3dc1.tar.gz
src/bin/ed will never build DES encumbered ed again. That is the job
for secure/bin/ed ...
Diffstat (limited to 'bin')
-rw-r--r--bin/ed/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index cacfc05..68cfc3a 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -1,14 +1,8 @@
-# $Id: Makefile,v 1.8 1994/09/24 02:55:20 davidg Exp $
+# $Id: Makefile,v 1.9 1994/10/29 10:13:34 phk Exp $
PROG= ed
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
LINKS= ${BINDIR}/ed ${BINDIR}/red
MLINKS= ed.1 red.1
-.if !defined(NOCRYPT)
-CFLAGS+=-DDES
-LDADD+= -lcrypt
-DPADD+= ${LIBCRYPT}
-.endif
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud