diff options
author | jkh <jkh@FreeBSD.org> | 1994-12-18 15:15:10 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-12-18 15:15:10 +0000 |
commit | 09b19ee9f7b319cfaf9ec845a402a3df191f3dc1 (patch) | |
tree | cf48912f5c7013949076b2e16519afbaa80330e1 /bin/ed/Makefile | |
parent | 76d9732fa972b4d5be2939af9c048491ca5c2971 (diff) | |
download | FreeBSD-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/ed/Makefile')
-rw-r--r-- | bin/ed/Makefile | 8 |
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> |