diff options
Diffstat (limited to 'console-client')
-rw-r--r-- | console-client/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/console-client/Makefile b/console-client/Makefile index 995c2d4a..3ec682b3 100644 --- a/console-client/Makefile +++ b/console-client/Makefile @@ -32,10 +32,6 @@ endif SRCS = $(CONSOLE_SRCS) \ $(VGA_SO_SRCS) $(PC_KBD_SO_SRCS) $(PC_MOUSE_SO_SRCS) \ $(GENERIC_SPEAKER_SO_SRCS) $(CURRENT_VCS_SO_SRCS) $(NCURSESW_SO_SRCS) -LCLHDRS = timer.h driver.h display.h input.h bell.h \ - unicode.h bdf.h mach-inputdev.h \ - vga-dynafont.h vga-dynacolor.h vga-hw.h vga-support.h \ - trans.h OBJS = $(SRCS:.c=.o) kdioctlServer.o HURDLIBS = cons threads ports netfs fshelp iohelp ihash shouldbeinlibc |