diff options
Diffstat (limited to 'bin/ed/Makefile')
-rw-r--r-- | bin/ed/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile index de1d285..8455461 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -8,7 +8,6 @@ MLINKS= ed.1 red.1 .if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) DISTRIBUTION=crypto CFLAGS+=-DDES -WARNS= 2 DPADD= ${LIBCRYPTO} LDADD= -lcrypto .endif |