diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-05-30 16:17:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-05-30 16:17:28 +0000 |
commit | 385eb595049ba4736ce015c91f3115e584752b4c (patch) | |
tree | 45abaf129868832ce0fb060f675e40b709e0a7a9 | |
parent | 12c0b2647633807e44447f754e1e9bddf277fa4b (diff) |
(SCRS): Removed update.c.
(targets): Removed update.
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index 399ea37e..91808071 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,8 +18,8 @@ dir := utils makemode := utilities -SRCS = shd.c ps.c su.c settrans.c update.c clri.c sync.c reboot.c halt.c showtrans.c mount.sh fsysopts.c -targets = shd ps settrans showtrans update clri sync reboot halt su mount fsysopts +SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c mount.sh fsysopts.c +targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts DIST_FILES = sh.ChangeLog HURDLIBS=libps # Only used by ps. |