Unbreak NOCRYPT buildworld.

Reviewed by:	markm
This commit is contained in:
Ruslan Ermilov 2003-06-29 10:03:35 +00:00
parent 269acda954
commit ce17762f4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117023

View File

@ -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