diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-30 23:54:38 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-30 23:54:38 +0000 |
commit | bf0832b344afcdaa95f3e74104d79808a74b9617 (patch) | |
tree | 7bb0e887404960702394d0d69e0387e671933381 /bin/Makefile | |
parent | 790b0f250ac42a3db554ceea3083caee84cc7958 (diff) |
Install ksh as sh too.
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 ce6960bbb46..c252f2885ea 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 1996/08/14 08:43:14 downsj Exp $ +# $OpenBSD: Makefile,v 1.6 1996/11/30 23:54:35 downsj Exp $ # $NetBSD: Makefile,v 1.12 1995/03/21 02:08:51 cgd Exp $ SUBDIR= cat chmod chio cp csh date dd df domainname echo ed expr hostname \ - kill ln ls md5 mkdir mt mv pax pdksh ps pwd rcp rm rmail rmdir sh \ + kill ln ls md5 mkdir mt mv pax pdksh ps pwd rcp rm rmail rmdir \ sleep stty sync test .include <bsd.subdir.mk> |