diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 01:17:01 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 01:17:01 +0000 |
commit | 8ca5a2f5b84fcc92bef23b0a6490af95e0811382 (patch) | |
tree | 9d593b67348c9003a8e63404c17f081ab66f7bb1 /utils/Makefile | |
parent | d3656c2aa46030fe5c16bd535a8ed3109cc8a177 (diff) |
(targets): Omit ps.
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 2ee87ca4..ca9763a4 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994 Free Software Foundation +# Copyright (C) 1994, 1995 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -19,7 +19,7 @@ dir := utils makemode := utilities 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 +targets = sh settrans update clri sync reboot halt # su DIST_FILES = sh.ChangeLog ps.ChangeLog include ../Makeconf |