diff options
| author | cgd <cgd@NetBSD.org> | 1993-04-01 01:01:02 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-04-01 01:01:02 +0000 |
| commit | 7b39b3bc4d43a3ef1e606f080634138891eebb4d (patch) | |
| tree | d58c5051087f76b30fd4d20cd04c06ba35735413 /bin/Makefile | |
| parent | 94838448573aeec44db7621bfed9e28a1917c4c8 (diff) | |
added 'ed'
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile index 31b3c527bd1..18d01aa63e7 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 # -# $Header: /cvsroot/src/bin/Makefile,v 1.4 1993/03/25 08:04:03 cgd Exp $ +# $Header: /cvsroot/src/bin/Makefile,v 1.5 1993/04/01 01:01:02 cgd Exp $ -SUBDIR= cat chmod cp csh date dd df echo expr hostname kill ln ls \ +SUBDIR= cat chmod cp csh date dd df echo ed expr hostname kill ln ls \ mkdir mt mv ps pwd rcp rm rmail rmdir sh sleep stty sync test .include <bsd.subdir.mk> |
