svn commit: r314644 - head/sys/modules/geom/geom_uzip

Ngie Cooper ngie at FreeBSD.org
Sat Mar 4 08:28:35 UTC 2017


Author: ngie
Date: Sat Mar  4 08:28:33 2017
New Revision: 314644
URL: https://svnweb.freebsd.org/changeset/base/314644

Log:
  Fix "make depend" with geom_uzip.ko: add opt_geom.h to SRCS
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/modules/geom/geom_uzip/Makefile

Modified: head/sys/modules/geom/geom_uzip/Makefile
==============================================================================
--- head/sys/modules/geom/geom_uzip/Makefile	Sat Mar  4 06:54:05 2017	(r314643)
+++ head/sys/modules/geom/geom_uzip/Makefile	Sat Mar  4 08:28:33 2017	(r314644)
@@ -18,5 +18,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