summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1995-10-03 15:44:50 +0000
committerMark Murray <markm@FreeBSD.org>1995-10-03 15:44:50 +0000
commit2f67cae6ef1d38be22e4aee37bbedd497f9ec550 (patch)
treeab37c01fcbcb3bb2ff971543b0448b8e7d356063
parent7d2c66ed67606846168ab64d937d8d86a177eb40 (diff)
Notes
-rw-r--r--bin/ed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index ffe52786d2ed..50db9ef319f9 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.10 1994/12/18 15:15:10 jkh Exp $
+# $Id: Makefile,v 1.11 1995/10/01 14:17:29 markm Exp $
PROG= ed
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 !defined(NOCRYPT) && !defined(NOSECURE)
+.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des
CFLAGS+=-DDES
LDADD+= -L${CRYPTOBJDIR} -ldescrypt