summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-03 19:06:30 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-03 19:06:30 +0000
commit006daa4de19cd8701da224d87840394d9af774e6 (patch)
tree7e21c893d5816056385b3513e96c5544a84bdae5 /init
parent6d3e77cf7eb22a25da0c69cf189194ad61f2fad4 (diff)
(init): Add libports (because libfshelp.so requires it, lose lose
lose).
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/' < $< > $@