From fc08880d48190b3c4845dc5e7354ba1ce62e6f0a Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 21 Dec 1995 16:40:13 +0000 Subject: (libutil-libsubst): New hack. (login): Depend on -lutil. --- utils/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3