From 15395557e2aaf3ec9c86ba15d14e0c08a9a86405 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 10 Feb 2002 18:05:56 +0000 Subject: 2002-02-10 Marcus Brinkmann * hurdio.c: New file. * Makefile (SRCS): Add hurdio.c. * term.h: Add hurdio_bottom declaration. * main.c: Add T_HURDIO to enum of tty_type. (parse_opt): Add case for hurdio bottom handler. (term_argp): Likewise. (main): Likewise. --- term/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term/Makefile') diff --git a/term/Makefile b/term/Makefile index 63a75d82..ff842036 100644 --- a/term/Makefile +++ b/term/Makefile @@ -22,7 +22,7 @@ dir := term makemode := server target = term -SRCS = devio.c munge.c users.c main.c ptyio.c +SRCS = devio.c munge.c users.c main.c ptyio.c hurdio.c LCLHDRS = term.h DIST_FILES = ourmsg.defs -- cgit v1.2.3