Build secure ed if available and allowed

This commit is contained in:
Andrey A. Chernov 1995-09-29 19:31:55 +00:00
parent 372e515faa
commit 9c52d82f1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11065

View File

@ -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