diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-30 15:54:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-30 15:54:36 +0000 |
commit | 966e1e51ed4cb61b223f3641575a949902b907e0 (patch) | |
tree | 6e9bdcc473deef05e786b8d10682a1bcb93a9027 | |
parent | 883be0d3ef94302709fc7389708d6cdf55b15270 (diff) |
Formerly Makefile.~7~
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index 833640b0..fd08732b 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,8 +18,8 @@ dir := utils makemode := utilities -SRCS = sh.c ps.c su.c settrans.c -targets = sh ps settrans # su +SRCS = sh.c ps.c su.c settrans.c update.c +targets = sh ps settrans update # su DIST_FILES = sh.ChangeLog ps.ChangeLog include ../Makeconf |