Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 05:59:36 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333922 - head/lib/libmagic
Message-ID:  <201805200559.w4K5xaBS013317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sun May 20 05:59:35 2018
New Revision: 333922
URL: https://svnweb.freebsd.org/changeset/base/333922

Log:
  Fix build post r333919.
  
  This commit results in an aesthetically unpleasing long line
  which will be fixed next commit.

Modified:
  head/lib/libmagic/Makefile

Modified: head/lib/libmagic/Makefile
==============================================================================
--- head/lib/libmagic/Makefile	Sun May 20 05:50:53 2018	(r333921)
+++ head/lib/libmagic/Makefile	Sun May 20 05:59:35 2018	(r333922)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805200559.w4K5xaBS013317>