diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-02-29 11:39:24 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-02-29 11:39:24 +0000 |
| commit | e1a456f0e48df3e128da924f6f54bb9ff5524e44 (patch) | |
| tree | 071c020955fa420382a8def5d2c1d4e150224760 /bin/ed/Makefile | |
| parent | 470f825f691278b2e8856f3e2538ed29992069cb (diff) | |
Notes
Diffstat (limited to 'bin/ed/Makefile')
| -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 a1f11af8a520..95901a69bd0e 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -6,7 +6,7 @@ LINKS= ${BINDIR}/ed ${BINDIR}/red MLINKS= ed.1 red.1 .if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) -DISTRIBUTION=des +DISTRIBUTION=crypto CFLAGS+=-DDES LDADD+= -L${CIPHEROBJDIR} -lcipher DPADD+= ${CIPHEROBJDIR}/libcipher.a |
