summaryrefslogtreecommitdiff
path: root/libtrivfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r--libtrivfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 66333f32..ac18858c 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -44,6 +44,7 @@ SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS)
MIGSTUBS=fsServer.o ioServer.o fsysServer.o fsys_replyUser.o
+HURDLIBS=ports
OBJS= $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS))
LCLHDRS = trivfs.h fsmutations.h priv.h
MIGSFLAGS=-imacros $(srcdir)/fsmutations.h
@@ -53,4 +54,3 @@ installhdrs = trivfs.h
include ../Makeconf
-libtrivfs.so: ../libports/libports.so