summaryrefslogtreecommitdiff
path: root/trans/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile
index ee2e994f..7a8d3629 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -19,13 +19,16 @@ dir := trans
makemode := servers
targets = symlink ifsock magic null fifo new-fifo fwd devport
-SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c devport.c
+SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c devport.c \
+ crash.c
OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o
include ../Makeconf
symlink magic: fsysServer.o
ifsock: ifsockServer.o
+crash: crashServer.o crash_replyUser.o msgServer.o
+
fifo new-fifo: ../libpipe/libpipe.a
fwd new-fifo: ../libfshelp/libfshelp.a
null ifsock fifo new-fifo devport: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a