From 006daa4de19cd8701da224d87840394d9af774e6 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 3 Jul 1996 19:06:30 +0000 Subject: (init): Add libports (because libfshelp.so requires it, lose lose lose). --- init/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Makefile b/init/Makefile index 8a767337..91e3e16b 100644 --- a/init/Makefile +++ b/init/Makefile @@ -24,7 +24,7 @@ OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o \ target = init libutil-libsubst = -lutil -init: $(OBJS) ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a -lutil +init: $(OBJS) ../libports/libports.a ../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