Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 19:02:08 +0000 (UTC)
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365057 - head/cddl/usr.bin
Message-ID:  <202009011902.081J28Ls035202@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009011902.081J28Ls035202>