diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-02 18:38:34 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-02 18:38:34 +0000 |
commit | 3c668302e14b3aab11849d3e1a0d9eaab37d53da (patch) | |
tree | 6050afc17b6fdbeb871b5bdcf1bfb30a5b127bfe /utils/Makefile | |
parent | 37e63884f8cc9d460afea1f6a84f9e23f0d58281 (diff) |
entered into RCS
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 53681278..f415ad4d 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 -targets = sh ps settrans update clri # su +SRCS = sh.c ps.c su.c settrans.c update.c clri.c sync.c +targets = sh ps settrans update clri sync # su DIST_FILES = sh.ChangeLog ps.ChangeLog include ../Makeconf |