diff options
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 807463c1..3bdebeff 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -29,6 +29,10 @@ OBJS = $(filter-out mount.sh,$(SRCS:.c=.o)) all: $(targets) +# This hack to get around ickiness in Makeconf +libutil-libsubst = -lutil + +login: -lutil ps: ../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. |