diff options
Diffstat (limited to 'trans/Makefile')
-rw-r--r-- | trans/Makefile | 1 |
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 |