diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-11 17:39:02 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-11 17:39:02 +0000 |
commit | 34e5ef4d29936a9f9884b51238a1bb1dd579c062 (patch) | |
tree | cfc8a21bdc6c3b0efac4768edc082da8944e0b62 /utils/Makefile | |
parent | 9f7b5d2a0f2e543046830f4700c608c9a0fb16b5 (diff) |
(targets): Added reboot and halt.
(SRCS): Added reboot.c and halt.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 f415ad4d..2ee87ca4 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 -targets = sh ps settrans update clri sync # su +SRCS = sh.c ps.c su.c settrans.c update.c clri.c sync.c reboot.c halt.c +targets = sh ps settrans update clri sync reboot halt # su DIST_FILES = sh.ChangeLog ps.ChangeLog include ../Makeconf |