]> git.proxmox.com Git - mirror_zfs.git/blame - cmd/mount_zfs/Makefile.am
Replace config/config.awk with simple sed invocation
[mirror_zfs.git] / cmd / mount_zfs / Makefile.am
CommitLineData
d53368f6
BB
1#
2# Ignore the prefix for the mount helper. It must be installed in /sbin/
3# because this path is hardcoded in the mount(8) for security reasons.
e2d936e0 4# However, if needed, the configure option --with-mounthelperdir= can be used
5# to override the default install location.
d53368f6 6#
5cdca5b1
AZ
7mounthelper_PROGRAMS += mount.zfs
8CPPCHECKTARGETS += mount.zfs
d53368f6
BB
9
10mount_zfs_SOURCES = \
5cdca5b1 11 %D%/mount_zfs.c
d53368f6
BB
12
13mount_zfs_LDADD = \
5cdca5b1
AZ
14 libzfs.la \
15 libzfs_core.la \
16 libnvpair.la
1537105a
AS
17
18mount_zfs_LDADD += $(LTLIBINTL)
0e6c493f 19
5cdca5b1 20CPPCHECKTARGETS += raidz_test