aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-09-29 19:31:55 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-09-29 19:31:55 +0000
commit9c52d82f1ef39e4b8a196a0c2b54d868b74da4bc (patch)
tree3183acb8af745b02123e0610aa65e9891bd81fa2 /bin/Makefile
parent372e515faa671d2f423e5662b4fe71dd76d6067c (diff)
downloadsrc-9c52d82f1ef39e4b8a196a0c2b54d868b74da4bc.tar.gz
src-9c52d82f1ef39e4b8a196a0c2b54d868b74da4bc.zip
Build secure ed if available and allowed
Notes
Notes: svn path=/head/; revision=11065
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile
index b324bba44ab9..352545b57691 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