svn commit: r365057 - head/cddl/usr.bin

Ryan Moeller freqlabs at FreeBSD.org
Tue Sep 1 19:02:08 UTC 2020


Author: freqlabs
Date: Tue Sep  1 19:02:07 2020
New Revision: 365057
URL: https://svnweb.freebsd.org/changeset/base/365057

Log:
  Ensure zstreamdump subdir can be visited
  
  Reported by:	Thomas Laus
  Sponsored by:	iXsystems, Inc.

Modified:
  head/cddl/usr.bin/Makefile

Modified: head/cddl/usr.bin/Makefile
==============================================================================
--- head/cddl/usr.bin/Makefile	Tue Sep  1 18:50:26 2020	(r365056)
+++ head/cddl/usr.bin/Makefile	Tue Sep  1 19:02:07 2020	(r365057)
@@ -18,6 +18,7 @@ _zinject= zinject
 .if ${MK_LIBTHR} != "no"
 _ztest=	ztest
 _zstream = zstream
+_zstreamdump = zstreamdump
 .endif
 .endif
 


More information about the svn-src-all mailing list