]> git.proxmox.com Git - mirror_zfs-debian.git/blame - cmd/mount_zfs/Makefile.am
Switch KM_SLEEP to KM_PUSHPAGE
[mirror_zfs-debian.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.
10#
11sbindir=/sbin
12sbin_PROGRAMS = mount.zfs
13
14mount_zfs_SOURCES = \
15 $(top_srcdir)/cmd/mount_zfs/mount_zfs.c
16
17mount_zfs_LDADD = \
d53368f6 18 $(top_builddir)/lib/libuutil/libuutil.la \
d53368f6
BB
19 $(top_builddir)/lib/libzfs/libzfs.la
20
21mount_zfs_LDFLAGS = \
afd7da0c 22 -pthread -lm $(ZLIB) -lrt -ldl $(LIBUUID) $(LIBBLKID) $(LIBSELINUX)