aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-05-19 15:52:01 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-05-19 15:52:01 +0000
commit7691f66abfbcf43a14ca86b9875c01a31f101db3 (patch)
tree9be45a94055cfc0506641b2e8790903643f53b99 /bin
parente5b4d90497c3bc6ea11b2c72d76954fb60250da0 (diff)
downloadsrc-7691f66abfbcf43a14ca86b9875c01a31f101db3.tar.gz
src-7691f66abfbcf43a14ca86b9875c01a31f101db3.zip
Retire the useless NOSECURE knob.
Approved by: re (scottl)
Notes
Notes: svn path=/head/; revision=115157
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 00f47da8246b..2b612b9b676e 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}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
+.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT)
DISTRIBUTION=crypto
CFLAGS+=-DDES
DPADD= ${LIBCIPHER}