diff options
-rw-r--r-- | trans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile index 6eb51d0d..291df2f3 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -28,7 +28,7 @@ SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c \ OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \ crashServer.o crash_replyUser.o msgServer.o \ default_pagerServer.o default_pagerUser.o \ - device_replyServer.o elfcore.o fsysUser.o + device_replyServer.o elfcore.o HURDLIBS = ports netfs trivfs iohelp fshelp pipe ihash shouldbeinlibc LDLIBS += -lpthread password-LDLIBS = $(LIBCRYPT) |