diff options
author | Miles Bader <miles@gnu.org> | 1996-06-17 22:05:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-17 22:05:47 +0000 |
commit | 88bf3aaac880d573cc4df7516cb2fc71c74afcd3 (patch) | |
tree | a400bc3df0153ea37f9f2eed2040dd396a5a9383 /utils | |
parent | c80ed099f3c1af153ae316aa19b1ced803e482d2 (diff) |
(targets): Remove reboot & halt.
(SRCS): Remove reboot.c & halt.c.
(login): Depend on -lutil instead of grot.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile index 8362db58..188f6b88 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,11 +18,11 @@ dir := utils makemode := utilities -targets = shd ps settrans showtrans sync reboot halt su mount fsysopts \ +targets = shd ps settrans showtrans sync su mount fsysopts \ storeinfo login w uptime hurdids loginpr sush vmstat portinfo \ devprobe special-targets = mount loginpr sush uptime -SRCS = shd.c ps.c su.c settrans.c sync.c reboot.c halt.c showtrans.c \ +SRCS = shd.c ps.c su.c settrans.c sync.c showtrans.c \ mount.sh fsysopts.c storeinfo.c login.c loginpr.sh sush.sh w.c \ uptime.sh psout.c hurdids.c vmstat.c portinfo.c devprobe.c DIST_FILES = shd.ChangeLog @@ -34,7 +34,7 @@ libutil-libsubst = -lutil include ../Makeconf -login: /gd4/hurdinst/lib/libutil.a # ick ick ick ick +login: -lutil # /gd4/hurdinst/lib/libutil.a # ick ick ick ick ps w: psout.o ../libps/libps.a ../libihash/libihash.a storeinfo: ../libstore/libstore.a # We must include libthreads because of a bug in the way shared libraries |