From 40279bc7ba959f36a1d84adbecf13c424c5dda60 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Thu, 15 Sep 2016 09:19:21 -0400 Subject: [PATCH] 6809: make tchelp compile w/ libtermcap --- Applications/util/Makefile.6809 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/util/Makefile.6809 b/Applications/util/Makefile.6809 index 13c357ed..394a653e 100644 --- a/Applications/util/Makefile.6809 +++ b/Applications/util/Makefile.6809 @@ -95,7 +95,6 @@ SRCS = \ su.c \ tar.c \ tail.c \ - tchelp.c \ termcap.c \ umount.c \ uname.c \ @@ -109,7 +108,8 @@ SRCS = \ write.c \ xargs.c -SRCTC = tget.c +SRCTC = tget.c \ + tchelp.c SKIPPED = -- 2.34.1