summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Makefile2
1 files changed, 1 insertions, 1 deletions
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/' < $< > $@