From 88bf3aaac880d573cc4df7516cb2fc71c74afcd3 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 17 Jun 1996 22:05:47 +0000 Subject: (targets): Remove reboot & halt. (SRCS): Remove reboot.c & halt.c. (login): Depend on -lutil instead of grot. --- utils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') 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 -- cgit v1.2.3