From db2a97292a4ddc481e582b4780f2f5531557c773 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 14 Sep 2016 13:36:29 +0100 Subject: [PATCH] 6809: termcap split --- Library/libs/Makefile.6809 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/libs/Makefile.6809 b/Library/libs/Makefile.6809 index 2f3a9c7d..709f0ccd 100644 --- a/Library/libs/Makefile.6809 +++ b/Library/libs/Makefile.6809 @@ -62,7 +62,7 @@ SRC_C += strcat.c strchr.c strcmp.c strcspn.c strncat.c strncmp.c SRC_C += strncpy.c strpbrk.c strrchr.c strspn.c strstr.c strtok.c SRC_C += memchr.c memcmp.c memcpy.c memset.c memmove.c -SRC_CT += termcap.c +SRC_CT += termcap.c tgetent.c SRC_CURS = $(shell find curses -name '*.c') -- 2.34.1