summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-29 19:31:55 +0000
committerache <ache@FreeBSD.org>1995-09-29 19:31:55 +0000
commit269e1bfa71b3d3801499bec1e01bda677f96d2e6 (patch)
tree3183acb8af745b02123e0610aa65e9891bd81fa2 /bin/Makefile
parent44ef21c57307694df6471b22eec7026d523dcf3e (diff)
downloadFreeBSD-src-269e1bfa71b3d3801499bec1e01bda677f96d2e6.zip
FreeBSD-src-269e1bfa71b3d3801499bec1e01bda677f96d2e6.tar.gz
Build secure ed if available and allowed
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 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
OpenPOWER on IntegriCloud