summaryrefslogtreecommitdiff
path: root/cddl/usr.bin/zstreamdump/Makefile
blob: 63f365d0445ab6f423c26620463026d3d904ab12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

ZFSTOP=	${SRCTOP}/sys/contrib/openzfs

.PATH: ${ZFSTOP}/cmd/zstreamdump
.PATH: ${ZFSTOP}/man/man8

SCRIPTS=	zstreamdump
MAN=	zstreamdump.8

.include <bsd.prog.mk>