From: Alan Cox Date: Wed, 14 Sep 2016 12:36:29 +0000 (+0100) Subject: 6809: termcap split X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=db2a97292a4ddc481e582b4780f2f5531557c773;p=FUZIX.git 6809: termcap split --- 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')