From cc823a4002a3026c96cfeb65482729942c9429a0 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 8 Oct 1995 03:58:17 +0000 Subject: Add fwd. --- trans/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'trans/Makefile') 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 -- cgit v1.2.3