summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trans/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile
index 7a8d3629..d08aeb8e 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -18,7 +18,7 @@
dir := trans
makemode := servers
-targets = symlink ifsock magic null fifo new-fifo fwd devport
+targets = symlink ifsock magic null fifo new-fifo fwd devport crash
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