6809: termcap split
authorAlan Cox <alan@linux.intel.com>
Wed, 14 Sep 2016 12:36:29 +0000 (13:36 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 14 Sep 2016 12:36:29 +0000 (13:36 +0100)
Library/libs/Makefile.6809

index 2f3a9c7..709f0cc 100644 (file)
@@ -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')