diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-07-31 00:46:52 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-07-31 00:46:52 -0300 |
commit | ff95bf3fe6b6a0efbb89ab421a95706d9f11ab8b (patch) | |
tree | d57f82a9ad4698639b17893cb64fa00be87df196 | |
parent | sysutils/ztop: New port to display ZFS dataset I/O in real time (diff) |
sysutils/Makefile: Add missing port, ztop
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index bae70f738692..794dee6096f7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1584,6 +1584,7 @@ SUBDIR += zrepl SUBDIR += zsd SUBDIR += zsm + SUBDIR += ztop SUBDIR += zxfer .include <bsd.port.subdir.mk> |