diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 21:45:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-01 21:45:56 +0000 |
commit | 32388a4b3eadacd01a35251b2650410c12145bd8 (patch) | |
tree | 225ae46df46c0840473e8421078ba6171ebc81a3 | |
parent | c3b7f38405b0869c9d4c64ff04f264f47887cf6c (diff) |
(SRCS): Added ptyio.c.
-rw-r--r-- | term/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/Makefile b/term/Makefile index 63a30f08..09adc047 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 +SRCS = devio.c munge.c users.c main.c ptyio.c LCLHDRS = term.h DIST_FILES = ourmsg.defs |