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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to