summaryrefslogtreecommitdiff
path: root/term/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 /term/Makefile
parent88f8b13a55f5dac05830f486d0403b11b107c975 (diff)
*** empty log message ***
Diffstat (limited to 'term/Makefile')
-rw-r--r--term/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/term/Makefile b/term/Makefile
index 8d224f9e..54c484df 100644
--- a/term/Makefile
+++ b/term/Makefile
@@ -26,6 +26,7 @@ SRCS = devio.c munge.c users.c main.c ptyio.c
LCLHDRS = term.h
DIST_FILES = ourmsg.defs
-OBJS = $(subst .c,.o,$(SRCS)) termServer.o device_replyServer.o tioctlServer.o ourmsgUser.o ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a ../libihash/libihash.a ../libthreads/libthreads.a
+HURDLIBS=trivfs fshelp ports ihash threads
+OBJS = $(subst .c,.o,$(SRCS)) termServer.o device_replyServer.o tioctlServer.o ourmsgUser.o
include ../Makeconf