summaryrefslogtreecommitdiff
path: root/init/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-17 21:22:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-17 21:22:41 +0000
commit0df06f4c3c0782b1913a779af9eaec147a07badb (patch)
treecfd70dd54d2ec9d4280885fa8aa61194121d8675 /init/Makefile
parent130cb43649462144eb377142c2aca4fd13ccf415 (diff)
(init): Link against -lutil.
Diffstat (limited to 'init/Makefile')
-rw-r--r--init/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile
index 042ff0ae..c909be86 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -23,7 +23,7 @@ OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o \
startup_notifyUser.o
target = init
-init: $(OBJS) ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a
+init: $(OBJS) ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a -lutil
mung_msg_S.h: msg_S.h
sed 's/msg_server/mung_msg_server/' < $< > $@