summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-20 02:40:15 +0000
committerMiles Bader <miles@gnu.org>1997-02-20 02:40:15 +0000
commit4421a721e75ba89599593f278a9dffd8c5aea830 (patch)
treee6f50625390b88b9943e68aa827de608a0d8f6b6
parent11b0351c882eb8adfd9bb0daca39c8fe1dec970c (diff)
(HURDLIBS):
Add iohelp & shouldbeinlibc.
-rw-r--r--term/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/term/Makefile b/term/Makefile
index 54c484df..341da8f0 100644
--- a/term/Makefile
+++ b/term/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
# Written by Michael I. Bushnell, p/BSG.
#
# This file is part of the GNU Hurd.
@@ -26,7 +26,7 @@ SRCS = devio.c munge.c users.c main.c ptyio.c
LCLHDRS = term.h
DIST_FILES = ourmsg.defs
-HURDLIBS=trivfs fshelp ports ihash threads
+HURDLIBS=trivfs fshelp iohelp ports ihash shouldbeinlibc threads
OBJS = $(subst .c,.o,$(SRCS)) termServer.o device_replyServer.o tioctlServer.o ourmsgUser.o
include ../Makeconf