From 269e1bfa71b3d3801499bec1e01bda677f96d2e6 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 29 Sep 1995 19:31:55 +0000 Subject: Build secure ed if available and allowed --- bin/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index b324bba..352545b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,7 +1,13 @@ # From: @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.2 1994/09/18 21:25:26 wollman Exp $ -SUBDIR= cat chmod cp csh date dd df domainname echo ed expr hostname \ +SUBDIR= cat chmod cp csh date dd df domainname echo +.if exists(../secure) && !defined(NOCRYPT) && !defined(NOSECURE) +SUBDIR+= ../secure/bin/ed +.else +SUBDUR+= ed +.endif +SUBDIR+= expr hostname \ kill ln ls mkdir mv pax ps pwd rcp rm rmail rmdir sh sleep \ stty sync test -- cgit v1.1