From 8199f5c43158c76b02b2e781e30840f09f8a9a38 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 6 Mar 1998 16:05:18 +0000 Subject: [PATCH] Fixed existence test for secure sources (don't test for secure objects). Fixed some formatting. --- bin/ed/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/ed/Makefile b/bin/ed/Makefile index 64796247b20b..165fa77bf527 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -1,11 +1,11 @@ -# $Id$ +# $Id: Makefile,v 1.15 1997/02/22 14:03:08 peter 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 +LINKS= ${BINDIR}/ed ${BINDIR}/red +MLINKS= ed.1 red.1 -.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) +.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) DISTRIBUTION=des CFLAGS+=-DDES LDADD+= -L${CIPHEROBJDIR} -lcipher