From 0df06f4c3c0782b1913a779af9eaec147a07badb Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 17 Jun 1996 21:22:41 +0000 Subject: (init): Link against -lutil. --- init/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') 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/' < $< > $@ -- cgit v1.2.3