diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-07-24 18:30:25 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-07-24 18:30:25 +0000 |
| commit | ebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3 (patch) | |
| tree | 02f034a43f77b334e2a958993abac4da32ec093c /bin | |
| parent | 22b490943022a4b358794dea89dd489d1435de72 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile index 6bc934313c26c..eb82c3908e314 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(NOCRYPT) && !defined(NO_OPENSSL) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) DISTRIBUTION=crypto CFLAGS+=-DDES WARNS?= 2 |
