diff options
author | Miles Bader <miles@gnu.org> | 1996-06-20 21:34:24 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-20 21:34:24 +0000 |
commit | 4e785a19d3055eaf34e7dc0a6c40385681774b5a (patch) | |
tree | fc8aec2a41af9746aa758cb9bbb3c6676a65fcf2 | |
parent | e8a3b55f73be7e5f6b66bd87fc0a36bd489e51d2 (diff) |
(OBJS): Add ../libfshelp/libfshelp.a.
-rw-r--r-- | term/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/term/Makefile b/term/Makefile index 09adc047..8d224f9e 100644 --- a/term/Makefile +++ b/term/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996 Free Software Foundation, Inc. # Written by Michael I. Bushnell, p/BSG. # # This file is part of the GNU Hurd. @@ -26,6 +26,6 @@ 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 ../libports/libports.a ../libihash/libihash.a ../libthreads/libthreads.a +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 include ../Makeconf |