diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-06-06 04:09:07 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-06-06 04:09:07 +0000 |
| commit | 04efeffe998b4365aa6eec18b83ab3d436901fdc (patch) | |
| tree | 59c8f747159b3db5af5ad9aa0b3246c6c9382ff5 /bin/ed | |
| parent | 3f1afabf0948cbbc44767db711be353e523f396d (diff) | |
Notes
Diffstat (limited to 'bin/ed')
| -rw-r--r-- | bin/ed/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile index fb1c37da3d01..cc47a4271e92 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -7,9 +7,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 !defined(RELEASE_CRUNCH) && \ - ${MK_OPENSSL} != "no" && \ - ${MK_ED_CRYPTO} != "no" +.if ${MK_OPENSSL} != "no" && ${MK_ED_CRYPTO} != "no" CFLAGS+=-DDES DPADD= ${LIBCRYPTO} LDADD= -lcrypto |
