summaryrefslogtreecommitdiff
path: root/init/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-17 16:43:48 +0000
commitdcf8f5b059e9ae3f767dc4069859dceba756328a (patch)
tree0079e8ac765fb551a9778ede1643145a954992a4 /init/Makefile
parent88f8b13a55f5dac05830f486d0403b11b107c975 (diff)
*** empty log message ***
Diffstat (limited to 'init/Makefile')
-rw-r--r--init/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/init/Makefile b/init/Makefile
index 0724c408..da1ee177 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -22,13 +22,12 @@ SRCS = init.c
OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o \
startup_notifyUser.o
target = init
+HURDLIBS=ports fshelp shouldbeinlibc
LDLIBS=-lutil
-init: $(OBJS) ../libports/libports.a ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a
+include ../Makeconf
mung_msg_S.h: msg_S.h
sed 's/msg_server/mung_msg_server/' < $< > $@
-include ../Makeconf
-