Unbreak NOCRYPT buildworld.
Reviewed by: markm
This commit is contained in:
parent
0566856e9f
commit
8ed370ea9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user