diff options
author | Ryan Moeller <freqlabs@FreeBSD.org> | 2020-08-26 15:43:44 +0000 |
---|---|---|
committer | Ryan Moeller <freqlabs@FreeBSD.org> | 2020-08-26 15:43:44 +0000 |
commit | ec45a4d383a06e098b96dd841c9ef43ff27973d8 (patch) | |
tree | d39b4db638687d01479700c589f7f1414294af40 | |
parent | aea9103e068e2fa8df4928f6b3d336523f616011 (diff) | |
download | src-ec45a4d383a06e098b96dd841c9ef43ff27973d8.tar.gz src-ec45a4d383a06e098b96dd841c9ef43ff27973d8.zip |
Install zfs-events.5
Sponsored by: iXsystems, Inc.
Notes
Notes:
svn path=/head/; revision=364821
-rw-r--r-- | cddl/sbin/zpool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/sbin/zpool/Makefile b/cddl/sbin/zpool/Makefile index 6928cb132780..5e8434b0329b 100644 --- a/cddl/sbin/zpool/Makefile +++ b/cddl/sbin/zpool/Makefile @@ -12,6 +12,7 @@ PACKAGE= runtime PROG= zpool MAN= \ spl-module-parameters.5 \ + zfs-events.5 \ zfs-module-parameters.5 \ zpool.8 \ zpool-add.8 \ |