diff options
author | markm <markm@FreeBSD.org> | 2000-02-29 11:39:24 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-02-29 11:39:24 +0000 |
commit | f104341c5c207077898e221e85115039f0322b72 (patch) | |
tree | 44b3adc307118c9c48b5c345fa13a02cf5a1b95d /bin/ed | |
parent | 8c76f66ee95fee2a5afeb31f1338f0c93cde41bc (diff) | |
download | FreeBSD-src-f104341c5c207077898e221e85115039f0322b72.zip FreeBSD-src-f104341c5c207077898e221e85115039f0322b72.tar.gz |
Change DISTRIBUTION name to match reality.
Diffstat (limited to 'bin/ed')
-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 a1f11af..95901a6 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 |