summaryrefslogtreecommitdiff
path: root/trans/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-10-08 03:58:17 +0000
committerMiles Bader <miles@gnu.org>1995-10-08 03:58:17 +0000
commitcc823a4002a3026c96cfeb65482729942c9429a0 (patch)
treeb18eddcc3ad6890cfad44e64dc5ff8cf3abc3c51 /trans/Makefile
parent3f5b23e0b836f7bf23b421be15e799d6f219aefa (diff)
Add fwd.
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/trans/Makefile b/trans/Makefile
index 8636050e..1940ab01 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -18,8 +18,8 @@
dir := trans
makemode := servers
-targets = symlink ifsock magic null fifo new-fifo
-SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c
+targets = symlink ifsock magic null fifo new-fifo fwd
+SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c
OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o
all: $(targets)
@@ -27,9 +27,9 @@ all: $(targets)
symlink magic: fsysServer.o
ifsock: ifsockServer.o
fifo new-fifo: ../libpipe/libpipe.a
-new-fifo: ../libfshelp/libfshelp.a
+fwd new-fifo: ../libfshelp/libfshelp.a
null ifsock fifo new-fifo: ../libtrivfs/libtrivfs.a ../libports/libports.a ../libihash/libihash.a
$(targets): ../libshouldbeinlibc/libshouldbeinlibc.a
-null ifsock fifo new-fifo: ../libthreads/libthreads.a
+fwd null ifsock fifo new-fifo: ../libthreads/libthreads.a
include ../Makeconf