diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-01 15:50:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-01 15:50:43 +0000 |
commit | 93fc8961ffcce37ee6f1ef030120f5d6a881fbda (patch) | |
tree | 7576bec4ffd4f5c34aa5ccfc469f043e543d9031 | |
parent | ee280f4a094bd2ae53dafb30449f38f0abe9bda2 (diff) |
Formerly Makefile.~6~
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index 1f564050..833640b0 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,8 +18,8 @@ dir := utils makemode := utilities -SRCS = sh.c ps.c su.c -targets = sh ps # su +SRCS = sh.c ps.c su.c settrans.c +targets = sh ps settrans # su DIST_FILES = sh.ChangeLog ps.ChangeLog include ../Makeconf |