diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-06-25 00:59:38 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-06-25 00:59:38 +0000 |
commit | 84e5818d3b065b182171be731a0c30bbd1bbc035 (patch) | |
tree | 6dba2e53e2c06ba0b0bba4bf18ea21d3873099de /console/Makefile | |
parent | 71a1935eec0e651a74ddfc51d2e291d6376e04f0 (diff) |
2002-06-25 Marcus Brinkmann <marcus@gnu.org>
* Makefile (HURDLIBS): Add pager, reported by Alfred M. Szmidt.
Diffstat (limited to 'console/Makefile')
-rw-r--r-- | console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/Makefile b/console/Makefile index 01b9bf3f..a9a15e8c 100644 --- a/console/Makefile +++ b/console/Makefile @@ -28,7 +28,7 @@ LCLHDRS = console.h display.h input.h priv.h mutations.h MIGSTUBS = notifyServer.o tioctlServer.o -HURDLIBS = netfs fshelp iohelp threads ports ihash shouldbeinlibc +HURDLIBS = netfs fshelp iohelp pager threads ports ihash shouldbeinlibc OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) # This is the old monolithic version of the console server. |