From 87f6165ab06e4b07d34590c6cb9b3566552e303d Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Wed, 28 Dec 2016 17:25:22 +0000 Subject: [PATCH] Applications/util: Add missing make targets that package declares --- Applications/util/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.34.1