]> git.proxmox.com Git - mirror_zfs.git/blame - cmd/mount_zfs/Makefile.am
kernel_fpu fixes
[mirror_zfs.git] / cmd / mount_zfs / Makefile.am
CommitLineData
d53368f6
BB
1include $(top_srcdir)/config/Rules.am
2
3DEFAULT_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.
e2d936e0 10# However, if needed, the configure option --with-mounthelperdir= can be used
11# to override the default install location.
d53368f6 12#
60e9f69c 13sbindir=$(mounthelperdir)
d53368f6
BB
14sbin_PROGRAMS = mount.zfs
15
16mount_zfs_SOURCES = \
47a4a6fd 17 mount_zfs.c
d53368f6
BB
18
19mount_zfs_LDADD = \
ba7dbeb2 20 $(top_builddir)/lib/libnvpair/libnvpair.la \
46364cb2 21 $(top_builddir)/lib/libzfs/libzfs.la