diff options
author | Miles Bader <miles@gnu.org> | 1996-08-15 22:01:06 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-15 22:01:06 +0000 |
commit | 6554773b4c7c7f4194646aba7e3309e16e8ad022 (patch) | |
tree | da434c25d97a9e3dd7445dcd346526a82d88ff7f /utils | |
parent | 0c9df9c560cbbf8a7e16db645a6cfc221a6e3222 (diff) |
.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile index 7782443d..12eb44d2 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -28,9 +28,7 @@ SRCS = shd.c ps.c su.c settrans.c sync.c showtrans.c \ LCLHDRS = psout.h OBJS = $(filter-out loginpr.sh mount.sh sush.sh uptime.sh,$(SRCS:.c=.o)) - -# This hack to get around ickiness in Makeconf -libutil-libsubst = -lutil +login-LDLIBS = -lutil INSTALL-login-ops = -o root -m 4755 INSTALL-ps-ops = -o root -m 4755 @@ -39,7 +37,6 @@ INSTALL-vmstat-ops = -o root -m 4755 include ../Makeconf -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 |