]> git.proxmox.com Git - mirror_zfs.git/blob - cmd/mount_zfs/Makefile.am
ztest: scrub ddt repair
[mirror_zfs.git] / cmd / mount_zfs / Makefile.am
1 include $(top_srcdir)/config/Rules.am
2
3 DEFAULT_INCLUDES += \
4 -I$(top_srcdir)/include \
5 -I$(top_srcdir)/lib/libspl/include
6
7 #
8 # Ignore the prefix for the mount helper. It must be installed in /sbin/
9 # because this path is hardcoded in the mount(8) for security reasons.
10 # However, if needed, the configure option --with-mounthelperdir= can be used
11 # to override the default install location.
12 #
13 sbindir=$(mounthelperdir)
14 sbin_PROGRAMS = mount.zfs
15
16 mount_zfs_SOURCES = \
17 mount_zfs.c
18
19 mount_zfs_LDADD = \
20 $(top_builddir)/lib/libnvpair/libnvpair.la \
21 $(top_builddir)/lib/libzfs/libzfs.la