mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
zfs: install zhack(1) manual page
This commit is contained in:
parent
a66e5ce3d5
commit
325e0b4c1a
1 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
.PATH: ${SRCTOP}/sys/contrib/openzfs/cmd
|
||||
ZFSTOP= ${SRCTOP}/sys/contrib/openzfs
|
||||
|
||||
.PATH: ${ZFSTOP}/cmd
|
||||
.PATH: ${ZFSTOP}/man/man1
|
||||
|
||||
PACKAGE= zfs
|
||||
PROG= zhack
|
||||
MAN=
|
||||
MAN= zhack.1
|
||||
|
||||
WARNS?= 0
|
||||
CSTD= c99
|
||||
|
|
|
|||
Loading…
Reference in a new issue