svn commit: r315119 - stable/10/sys/modules/geom/geom_uzip

Ngie Cooper ngie at FreeBSD.org
Sun Mar 12 04:41:28 UTC 2017


Author: ngie
Date: Sun Mar 12 04:41:27 2017
New Revision: 315119
URL: https://svnweb.freebsd.org/changeset/base/315119

Log:
  MFC r314644:
  
  Fix "make depend" with geom_uzip.ko: add opt_geom.h to SRCS

Modified:
  stable/10/sys/modules/geom/geom_uzip/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/modules/geom/geom_uzip/Makefile
==============================================================================
--- stable/10/sys/modules/geom/geom_uzip/Makefile	Sun Mar 12 04:40:01 2017	(r315118)
+++ stable/10/sys/modules/geom/geom_uzip/Makefile	Sun Mar 12 04:41:27 2017	(r315119)
@@ -20,5 +20,6 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/x
 SRCS+=	xz_crc32.c xz_dec_bcj.c xz_dec_lzma2.c xz_dec_stream.c \
     xz_malloc.c
 SRCS+=  xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h
+SRCS+=	opt_geom.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-all mailing list