From: Alan Cox Date: Fri, 2 Jan 2015 10:16:03 +0000 (+0000) Subject: utils: don't try and build termcap using code yet (we have no libtermcap) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9a04f4b7268c2a2d8a8feabfe7297b73efaff203;p=FUZIX.git utils: don't try and build termcap using code yet (we have no libtermcap) From: Sergio L. Pascual --- diff --git a/Applications/util/Makefile b/Applications/util/Makefile index e0f54132..02e0fe96 100644 --- a/Applications/util/Makefile +++ b/Applications/util/Makefile @@ -77,8 +77,6 @@ SRCS = banner.c \ su.c \ sync.c \ tee.c \ - termcap.c \ - tget.c \ tail.c \ touch.c \ tr.c \