diff options
author | Miles Bader <miles@gnu.org> | 1996-01-30 20:33:49 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-01-30 20:33:49 +0000 |
commit | 18b42b98bdff600cd3e0cf0649983420a2d04607 (patch) | |
tree | 396b5a5b8e7a63a54b25f9bd977b018d0181690f | |
parent | 3479cccbb76b4311591eab33c95ab43a79956ee7 (diff) |
Add w.c & w to the appropiate places.
-rw-r--r-- | utils/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
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 $< $@ |