2011-03-05 02:14:46 +03:00
|
|
|
#
|
|
|
|
# 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.
|
2017-12-18 01:14:07 +03:00
|
|
|
# However, if needed, the configure option --with-mounthelperdir= can be used
|
|
|
|
# to override the default install location.
|
2011-03-05 02:14:46 +03:00
|
|
|
#
|
2022-04-09 05:09:55 +03:00
|
|
|
mounthelper_PROGRAMS += mount.zfs
|
|
|
|
CPPCHECKTARGETS += mount.zfs
|
2011-03-05 02:14:46 +03:00
|
|
|
|
|
|
|
mount_zfs_SOURCES = \
|
2022-04-09 05:09:55 +03:00
|
|
|
%D%/mount_zfs.c
|
2011-03-05 02:14:46 +03:00
|
|
|
|
|
|
|
mount_zfs_LDADD = \
|
2022-04-09 05:09:55 +03:00
|
|
|
libzfs.la \
|
|
|
|
libzfs_core.la \
|
|
|
|
libnvpair.la
|
2020-07-06 04:08:40 +03:00
|
|
|
|
|
|
|
mount_zfs_LDADD += $(LTLIBINTL)
|
2021-01-22 23:54:34 +03:00
|
|
|
|
2022-04-09 05:09:55 +03:00
|
|
|
CPPCHECKTARGETS += raidz_test
|