summaryrefslogtreecommitdiff
path: root/trans/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 /trans/Makefile
parent88f8b13a55f5dac05830f486d0403b11b107c975 (diff)
*** empty log message ***
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile
index 3ba15844..5b5c51cd 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -22,6 +22,7 @@ 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
+HURDLIBS=ports trivfs threads fshelp pipe ihash shouldbeinlibc
include ../Makeconf