From: Will Sowerbutts Date: Wed, 28 Dec 2016 17:25:22 +0000 (+0000) Subject: Applications/util: Add missing make targets that package declares X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=87f6165ab06e4b07d34590c6cb9b3566552e303d;p=FUZIX.git Applications/util: Add missing make targets that package declares --- diff --git a/Applications/util/Makefile b/Applications/util/Makefile index 762a8601..45930a36 100644 --- a/Applications/util/Makefile +++ b/Applications/util/Makefile @@ -88,6 +88,9 @@ SRCS = banner.c \ stty.c \ su.c \ tail.c \ + tar.c \ + termcap.c \ + tget.c \ tchelp.c \ umount.c \ uname.c \