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