From 18b42b98bdff600cd3e0cf0649983420a2d04607 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 30 Jan 1996 20:33:49 +0000 Subject: Add w.c & w to the appropiate places. --- utils/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index 3bdebeff..7ab51c08 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -19,10 +19,11 @@ dir := utils makemode := utilities targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts \ - storeinfo login -special-targets = mount + storeinfo login w hurdids loginpr sush +special-targets = mount loginpr sush SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c \ - mount.sh fsysopts.c storeinfo.c login.c + mount.sh fsysopts.c storeinfo.c login.c loginpr.sh sush.sh w.c psout.c\ + hurdids.c DIST_FILES = shd.ChangeLog OBJS = $(filter-out mount.sh,$(SRCS:.c=.o)) @@ -33,13 +34,13 @@ all: $(targets) libutil-libsubst = -lutil login: -lutil -ps: ../libps/libps.a ../libihash/libihash.a +ps w: psout.o ../libps/libps.a ../libihash/libihash.a # We must include libthreads because of a bug in the way shared libraries # work: all libraries that *any* routine in libfshelp uses must be defined. settrans: ../libfshelp/libfshelp.a ../libthreads/libthreads.a -ps settrans showtrans fsysopts storeinfo login: ../libshouldbeinlibc/libshouldbeinlibc.a +ps w hurdids settrans showtrans fsysopts storeinfo login: ../libshouldbeinlibc/libshouldbeinlibc.a include ../Makeconf -mount: mount.sh +%: %.sh cp $< $@ -- cgit v1.2.3