diff options
author | Miles Bader <miles@gnu.org> | 1995-04-05 00:21:50 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-05 00:21:50 +0000 |
commit | 414b25aee66c6295a8489c6ec5792c494f93fdad (patch) | |
tree | 582a1d0e98e00009d1a8d05c0f0ecadcfc8e3094 /utils | |
parent | f12934059e2c35b643479f03c8eb69d908ef666d (diff) |
Add showtrans & mount, and uncomment-out su.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index fd2cd4af..fda0d37a 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 sync.c reboot.c halt.c -targets = sh ps settrans update clri sync reboot halt # su +SRCS = sh.c ps.c su.c settrans.c update.c clri.c sync.c reboot.c halt.c showtrans.c mount.sh +targets = sh ps settrans showtrans update clri sync reboot halt su mount DIST_FILES = sh.ChangeLog ps.ChangeLog HURDLIBS=libps # Only used by ps. @@ -31,6 +31,7 @@ vpath %.c ../lib include ../Makeconf settrans: settrans.o start-trans.o argz.o error.o +showtrans: showtrans.o argz.o error.o ps: ps.o ihash.o primes.o error.o $(HURDLIBS-files) $(libc) |