1 SubDir HAIKU_TOP src libs termcap ;
3 # Build the /etc/termcap file. It's already ready to use, but we filter out the
7 grep -v '^#' $(2) > $(1)
10 local termcap = <etc>termcap ;
11 MakeLocateCommonPlatform $(termcap) ;
12 local termcapSource = [ FGristFiles termcap.src ] ;
13 SEARCH on $(termcapSource) = $(SUBDIR) ;
14 Depends $(termcap) : $(termcapSource) ;
15 BuildTermcap $(termcap) : $(termcapSource) ;