summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-29 11:39:24 +0000
committermarkm <markm@FreeBSD.org>2000-02-29 11:39:24 +0000
commitf104341c5c207077898e221e85115039f0322b72 (patch)
tree44b3adc307118c9c48b5c345fa13a02cf5a1b95d /bin
parent8c76f66ee95fee2a5afeb31f1338f0c93cde41bc (diff)
downloadFreeBSD-src-f104341c5c207077898e221e85115039f0322b72.zip
FreeBSD-src-f104341c5c207077898e221e85115039f0322b72.tar.gz
Change DISTRIBUTION name to match reality.
Diffstat (limited to 'bin')
-rw-r--r--bin/ed/Makefile2
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
OpenPOWER on IntegriCloud