git: 996d07a059cf - main - zpool: install vdevprops(7) man page

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 25 Feb 2023 16:27:36 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=996d07a059cf04d912068bc0b06ebd2f3b7cbcc0

commit 996d07a059cf04d912068bc0b06ebd2f3b7cbcc0
Author:     Yuri <yuri@aetern.org>
AuthorDate: 2023-02-24 20:15:20 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-25 16:24:20 +0000

    zpool: install vdevprops(7) man page
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/666
---
 cddl/sbin/zpool/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cddl/sbin/zpool/Makefile b/cddl/sbin/zpool/Makefile
index 7020439a4366..c08de1747cf1 100644
--- a/cddl/sbin/zpool/Makefile
+++ b/cddl/sbin/zpool/Makefile
@@ -14,6 +14,7 @@ PACKAGE=	zfs
 PROG=	zpool
 MAN= \
 	spl.4 \
+	vdevprops.7 \
 	zfs.4 \
 	zpool.8 \
 	zpool-add.8 \