summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-06-29 10:03:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-06-29 10:03:35 +0000
commitce17762f4a5cfb6c759b71ffe17ccfe10175a5a3 (patch)
tree643db55296a161450396e26e3212c8ce7708cbb2 /bin
parent269acda9545e78e794e4ac2b22458af445f29933 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/ed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index dd05eace35d6..de1d2856ba57 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -5,7 +5,7 @@ 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 exists(${.CURDIR}/../../crypto) && !defined(NO_OPENSSL)
+.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
DISTRIBUTION=crypto
CFLAGS+=-DDES
WARNS= 2