svn commit: r333922 - head/lib/libmagic

Cy Schubert cy at FreeBSD.org
Sun May 20 05:59:37 UTC 2018


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


More information about the svn-src-head mailing list