aboutsummaryrefslogtreecommitdiff
path: root/cddl
diff options
context:
space:
mode:
authorRyan Moeller <freqlabs@FreeBSD.org>2020-09-01 19:02:07 +0000
committerRyan Moeller <freqlabs@FreeBSD.org>2020-09-01 19:02:07 +0000
commit0667273959f18d435665e5294703bce2e9007a8c (patch)
treeaa6f6f319f5bf95148eb82a5ad9f62310b863a11 /cddl
parente83370448fd9023625774e74db472c2bf4485816 (diff)
downloadsrc-0667273959f18d435665e5294703bce2e9007a8c.tar.gz
src-0667273959f18d435665e5294703bce2e9007a8c.zip
Ensure zstreamdump subdir can be visited
Reported by: Thomas Laus Sponsored by: iXsystems, Inc.
Notes
Notes: svn path=/head/; revision=365057
Diffstat (limited to 'cddl')
-rw-r--r--cddl/usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile
index 3416244b5b0b..8c7fa3ac83fa 100644
--- a/cddl/usr.bin/Makefile
+++ b/cddl/usr.bin/Makefile
@@ -18,6 +18,7 @@ _zinject= zinject
.if ${MK_LIBTHR} != "no"
_ztest= ztest
_zstream = zstream
+_zstreamdump = zstreamdump
.endif
.endif