diff options
Diffstat (limited to 'cmd/mount_zfs/Makefile.am')
-rw-r--r-- | cmd/mount_zfs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mount_zfs/Makefile.am b/cmd/mount_zfs/Makefile.am index bc9fb4c34..7adedd63b 100644 --- a/cmd/mount_zfs/Makefile.am +++ b/cmd/mount_zfs/Makefile.am @@ -7,6 +7,8 @@ DEFAULT_INCLUDES += \ # # Ignore the prefix for the mount helper. It must be installed in /sbin/ # because this path is hardcoded in the mount(8) for security reasons. +# However, if needed, the configure option --with-mounthelperdir= can be used +# to override the default install location. # sbindir=$(mounthelperdir) sbin_PROGRAMS = mount.zfs |