termcap: Remove.

It was removed from the build in the last commit.
This commit is contained in:
Augustin Cavalier 2021-10-22 16:43:14 -04:00
parent 87bdb69ccf
commit b6a6890f4c
2 changed files with 0 additions and 22130 deletions

View File

@ -1,15 +0,0 @@
SubDir HAIKU_TOP src libs termcap ;
# Build the /etc/termcap file. It's already ready to use, but we filter out the
# comments.
actions BuildTermcap {
grep -v '^#' $(2) > $(1)
}
local termcap = <etc>termcap ;
MakeLocateCommonPlatform $(termcap) ;
local termcapSource = [ FGristFiles termcap.src ] ;
SEARCH on $(termcapSource) = $(SUBDIR) ;
Depends $(termcap) : $(termcapSource) ;
BuildTermcap $(termcap) : $(termcapSource) ;

File diff suppressed because it is too large Load Diff