diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-11 10:38:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-11 10:38:03 +0000 |
commit | c7fc0a605a7314fcaee1546e39bba77d7156c64d (patch) | |
tree | 6e2f69b2feac2f4e3b9b07cc2789c714c0170d96 /bin/Makefile | |
parent | 0a74115a4ed9a2304bd33da05f3e81de774ef38f (diff) |
move to bin/md5 for `greater accessibility'
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index d31c91eefca..91e2ce7ea62 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -2,7 +2,7 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 SUBDIR= cat chmod chio cp csh date dd df domainname echo ed expr hostname \ - kill ln ls mkdir mt mv pax ps pwd rcp rm rmail rmdir sh sleep \ + kill ln ls md5 mkdir mt mv pax ps pwd rcp rm rmail rmdir sh sleep \ stty sync test .include <bsd.subdir.mk> |