diff options
| author | Mark Murray <markm@FreeBSD.org> | 1995-10-01 14:24:01 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1995-10-01 14:24:01 +0000 |
| commit | 670e751a63c794eb60d89f5d9eda701c21c3ae67 (patch) | |
| tree | 073cbeb3314bea4dc032cdd1c2368a7d637d1852 /bin/Makefile | |
| parent | 6eb5c24ff839a70849e904d935d0e9d02dd27e66 (diff) | |
Notes
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/bin/Makefile b/bin/Makefile index 352545b57691..e73b504fcfb7 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,13 +1,7 @@ # From: @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.2 1994/09/18 21:25:26 wollman Exp $ +# $Id: Makefile,v 1.3 1995/09/29 19:31:55 ache Exp $ -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 \ +SUBDIR= cat chmod cp csh date dd df domainname echo ed expr hostname \ kill ln ls mkdir mv pax ps pwd rcp rm rmail rmdir sh sleep \ stty sync test |
