diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-04-11 19:22:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-04-11 19:22:21 +0000 |
commit | 9c031674f1bb3adcb053543b2a37b185929b93bc (patch) | |
tree | f6860163f2f8c699fec95a3328f75c99578b23b4 /utils/Makefile | |
parent | df85fcf372ed539b913522ea5f3213141181ba8a (diff) |
(targets): Changed `sh' to `shd'.
(SRCS): Changed `sh.c' to `shd.c'.
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index fda0d37a..18f30c9b 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,8 +18,8 @@ dir := utils makemode := utilities -SRCS = sh.c ps.c su.c settrans.c update.c clri.c sync.c reboot.c halt.c showtrans.c mount.sh -targets = sh ps settrans showtrans update clri sync reboot halt su mount +SRCS = shd.c ps.c su.c settrans.c update.c clri.c sync.c reboot.c halt.c showtrans.c mount.sh +targets = shd ps settrans showtrans update clri sync reboot halt su mount DIST_FILES = sh.ChangeLog ps.ChangeLog HURDLIBS=libps # Only used by ps. |