From 018798bef05c3d548b5cb3ebe2e04a142cb85470 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 20 May 2018 05:59:35 +0000 Subject: [PATCH] Fix build post r333919. This commit results in an aesthetically unpleasing long line which will be fixed next commit. --- lib/libmagic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libmagic/Makefile b/lib/libmagic/Makefile index ea2a7b6da9f3..c906d6023a4c 100644 --- a/lib/libmagic/Makefile +++ b/lib/libmagic/Makefile @@ -13,9 +13,9 @@ LIBADD= z .endif MAN= libmagic.3 magic.5 -SRCS= apprentice.c apptype.c ascmagic.c cdf.c cdf_time.c compress.c \ +SRCS= apprentice.c apptype.c ascmagic.c buffer.c cdf.c cdf_time.c compress.c \ der.c encoding.c fsmagic.c funcs.c \ - is_tar.c magic.c print.c readcdf.c readelf.c softmagic.c + is_tar.c magic.c print.c readcdf.c readelf.c seccomp.c softmagic.c INCS= magic.h MAGICPATH?= /usr/share/misc