diff options
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 e34014fcbd4e..b9f90a064473 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,8 +1,8 @@ # From: @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.7 1997/03/06 15:30:53 joerg Exp $ +# $Id: Makefile,v 1.8 1997/12/06 04:19:41 sef Exp $ SUBDIR= cat chio chmod cp csh date dd df domainname echo ed expr hostname \ - kill ln ls mkdir mv pax procctl ps pwd rcp rm rmail rmdir sh sleep \ + kill ln ls mkdir mv pax ps pwd rcp rm rmail rmdir sh sleep \ stty sync test .include <bsd.subdir.mk> |